Skip to content

Commit 3696272

Browse files
committed
Adjust Travis’s config
1 parent 59c18a6 commit 3696272

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ rust:
88
- stable
99

1010
script:
11+
- if [ "$TRAVIS_OS_NAME" = 'osx' ]; then export CC=gcc-9 FC=gfortran-9 LIBRARY_PATH=/usr/local/opt/gcc/lib/gcc/9; fi
1112
- cargo test -vv
1213

1314
addons:

0 commit comments

Comments
 (0)