Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellivingston authored Apr 16, 2019
1 parent dbd8622 commit 74485e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ branches:
# Install dependencies for various OS'
before_install:
- if [ $TRAVIS_OS_NAME = windows ]; then choco install make cmake; fi
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get -y install gfortran libz-dev m4 bison python3.6 cmake; fi
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get -y -f install gfortran libz-dev m4 bison python3 cmake && sudo apt-get upgrade cmake; fi
- if [ $TRAVIS_OS_NAME = osx ]; then brew update && brew install gcc; fi
- export FC=$(which gfortran); echo $FC
- export CC=$(which gcc); echo $CC
Expand Down

0 comments on commit 74485e8

Please sign in to comment.