Skip to content

Commit db94f4b

Browse files
committed
Fix Travis’s config [ci skip]
1 parent fb40b47 commit db94f4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ env:
1414
- FEATURE=openblas
1515

1616
matrix:
17-
exclude:
18-
- os: linux
19-
env: FEATURE=accelerate
2017
include:
2118
- os: linux
2219
- os: osx
2320
env: CC=gcc-9 FC=gfortran-9 LIBRARY_PATH=/usr/local/opt/gcc/lib/gcc/9
21+
exclude:
22+
- os: linux
23+
env: FEATURE=accelerate
2424

2525
before_install:
2626
- gfortran --version

0 commit comments

Comments
 (0)