Skip to content

Commit e249300

Browse files
committed
explicit travis build matrix [skip appveyor]
1 parent 6079d05 commit e249300

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,19 @@ addons:
1111
packages:
1212
- gfortran
1313

14-
env:
15-
- CMAKE_BUILD_TYPE=Release
16-
- CMAKE_BUILD_TYPE=Coverage
17-
1814
matrix:
1915
include:
2016
- os: linux
17+
env: CMAKE_BUILD_TYPE=Release
18+
- os: linux
19+
env: CMAKE_BUILD_TYPE=Coverage
20+
- os: osx
21+
env: CMAKE_BUILD_TYPE=Release
22+
before_install:
23+
- brew update > /dev/null
24+
- brew install gcc > /dev/null
2125
- os: osx
26+
env: CMAKE_BUILD_TYPE=Coverage
2227
before_install:
2328
- brew update > /dev/null
2429
- brew install gcc > /dev/null

0 commit comments

Comments
 (0)