Remove comment leftover from Arraymancer in Travis CI
This commit is contained in:
parent
954c97c37d
commit
f6b5033f6e
|
@ -125,7 +125,7 @@ matrix:
|
||||||
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
# Ignore failures when building against the devel Nim branch
|
# 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
|
- env: CHANNEL=devel
|
||||||
- os: osx
|
- os: osx
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
@ -137,7 +137,7 @@ addons: # This will only be executed on Linux
|
||||||
- libyourdependency
|
- libyourdependency
|
||||||
|
|
||||||
before_install:
|
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 update ; fi
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libyourdependency; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libyourdependency; fi
|
||||||
## END: Assuming you rely on external dependencies
|
## END: Assuming you rely on external dependencies
|
||||||
|
|
Loading…
Reference in New Issue