aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPjotr Prins2020-09-29 13:42:46 +0100
committerPjotr Prins2020-11-29 09:50:41 +0000
commit5f6bc9aeb383afbc62f561343635458306384fd7 (patch)
tree26c4b701e9c8e69535d81810a2cd7a7006443f85 /.travis.yml
parenta1a5b077da1fe6d0cf1ac809d8b30acdef0748ce (diff)
downloadpangemma-5f6bc9aeb383afbc62f561343635458306384fd7.tar.gz
Trying to fix OSX on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f063fc5..ebea90c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ matrix:
script:
- echo $MATRIX_EVAL
- eval "${MATRIX_EVAL}"
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install gsl openblas zlib ; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gsl openblas zlib ; fi
- $CXX --version
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gsl ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then OPENBLAS="$(brew --prefix openblas)" ; fi