Remove comment leftover from Arraymancer in Travis CI

This commit is contained in:
Mamy Ratsimbazafy 2018-11-30 15:27:47 +01:00
parent 954c97c37d
commit f6b5033f6e
1 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ matrix:
allow_failures:
# Ignore failures when building against the devel Nim branch
# Also ignore OSX, due to very long build time
# Also ignore OSX, due to very long build queue
- env: CHANNEL=devel
- os: osx
fast_finish: true
@ -137,7 +137,7 @@ addons: # This will only be executed on Linux
- libyourdependency
before_install:
# On MacOS flame/blis can be tested as it is an homebrew package
# If you want to install an OSX Homebrew dependency
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libyourdependency; fi
## END: Assuming you rely on external dependencies