From f6b5033f6e44ba0b058258288b0bc3cd78b11cb3 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Fri, 30 Nov 2018 15:27:47 +0100 Subject: [PATCH] Remove comment leftover from Arraymancer in Travis CI --- BuildServices.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BuildServices.asciidoc b/BuildServices.asciidoc index b6e16e2..54b1d11 100644 --- a/BuildServices.asciidoc +++ b/BuildServices.asciidoc @@ -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