Skip to content

Commit 911eb61

Browse files
committed
Revert build matrix & try to expand osx
1 parent 0aab535 commit 911eb61

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.travis.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,14 @@ 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 OSX_PACKAGES="gcc@6 cmake shellcheck"
18+
- GCC=7 OSX_PACKAGES="gcc cmake shellcheck"
1619

1720
matrix:
1821
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
22+
include:
23+
- os: osx
2724
env:
2825
- BUILD_TYPE="InstallScript"
2926
OSX_PACKAGES="shellcheck gcc@6"

0 commit comments

Comments
 (0)