We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74485e8 commit e62675aCopy full SHA for e62675a
.travis.yml
@@ -15,7 +15,7 @@ branches:
15
# Install dependencies for various OS'
16
before_install:
17
- if [ $TRAVIS_OS_NAME = windows ]; then choco install make cmake; fi
18
- - 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
19
- if [ $TRAVIS_OS_NAME = osx ]; then brew update && brew install gcc; fi
20
- export FC=$(which gfortran); echo $FC
21
- export CC=$(which gcc); echo $CC
0 commit comments