Skip to content

Commit e62675a

Browse files
author
Daniel Reece Livingston
committed
TravisCI fix
1 parent 74485e8 commit e62675a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ branches:
1515
# Install dependencies for various OS'
1616
before_install:
1717
- 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
18+
- 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
1919
- if [ $TRAVIS_OS_NAME = osx ]; then brew update && brew install gcc; fi
2020
- export FC=$(which gfortran); echo $FC
2121
- export CC=$(which gcc); echo $CC

0 commit comments

Comments
 (0)