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.
2 parents c947cc2 + 8303408 commit e970338Copy full SHA for e970338
.travis.yml
@@ -1,14 +1,16 @@
1
language: rust
2
3
-os:
4
- - linux
5
- - osx
+matrix:
+ include:
+ - os: linux
6
+ - os: osx
7
+ env: CC=gcc-9 FC=gfortran-9 LIBRARY_PATH=/usr/local/opt/gcc/lib/gcc/9
8
9
rust:
10
- stable
11
12
before_install:
- - curl https://blas-lapack-rs.github.io/travis/fortran.sh | bash
13
+ - gfortran --version
14
15
script:
16
- cargo test -vv
@@ -17,6 +19,9 @@ addons:
17
19
apt:
18
20
packages:
21
- gfortran
22
+ homebrew:
23
+ packages:
24
+ - gcc@9
25
26
notifications:
27
email: false
source
0 commit comments