diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 7a48f94..6fd48bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,8 @@ matrix: - ubuntu-toolchain-r-test packages: # Our dev environment is a more recent GNU C++ and GSL2 - - g++ - - libopenblas-dev + - g++-4.9 + - libopenblas-dev - zlib1g-dev - libgsl0-dev - os: osx @@ -27,8 +27,8 @@ matrix: # - g++-6 # env: # - MATRIX_EVAL="CC=gcc-6 && CXX=g++-6" -# before_install: -# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cask uninstall oclint && brew update && brew install gsl openblas zlib eigen lapack ; fi +before_install: + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install gsl openblas zlib eigen lapack ; fi script: - echo $MATRIX_EVAL - eval "${MATRIX_EVAL}" |