Skip to content

Commit

Permalink
TravisCI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellivingston committed Apr 16, 2019
1 parent 74485e8 commit e62675a
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 -f install gfortran libz-dev m4 bison python3 cmake && sudo apt-get upgrade cmake; fi
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get -y -f --allow-unauthenticated 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 e62675a

Please sign in to comment.