Skip to content

Commit 0aab535

Browse files
committed
Work around Travis' bad matrix expansion bugs
1 parent 19b7a33 commit 0aab535

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.travis.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,21 @@ env:
1313
- MPICH_GCC7_BOT_URL_HEAD="https://github.com/sourceryinstitute/OpenCoarrays/files/976779/"
1414
- MPICH_BOT_URL_TAIL="mpich-3.2_3.yosemite.bottle.1.tar.gz"
1515
- BUILD_TYPES="Release Debug RelWithDebInfo CodeCoverage"
16-
matrix:
17-
- GCC="6 7" OSX_PACKAGES="shellcheck gcc gcc@6 cmake" BUILD_TYPE="cmake"
18-
- GCC="6" OSX_PACKAGES="shellcheck gcc@6 cmake" BUILD_TYPE="InstallScript"
1916

2017
matrix:
2118
fast_finish: true
19+
-
20+
os: osx
21+
env:
22+
- GCC="6 7"
23+
OSX_PACKAGES="shellcheck gcc gcc@6 cmake"
24+
BUILD_TYPE="cmake"
25+
-
26+
os: osx
27+
env:
28+
- BUILD_TYPE="InstallScript"
29+
OSX_PACKAGES="shellcheck gcc@6"
30+
GCC=6
2231
- &ubuntu
2332
os: linux
2433
sudo: false

0 commit comments

Comments
 (0)