We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c18a6 commit 3696272Copy full SHA for 3696272
.travis.yml
@@ -8,6 +8,7 @@ rust:
8
- stable
9
10
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
12
- cargo test -vv
13
14
addons:
0 commit comments