Skip to content

Commit ef12c37

Browse files
committed
Get macOS back up and running
1 parent 8a0bb95 commit ef12c37

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.travis.yml

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

2019
matrix:
2120
fast_finish: true
2221
include:
22+
- &macOS
23+
os: osx
24+
env:
25+
- BUILD_TYPE="InstallScript"
26+
GCC=6
27+
OSX_PACKAGES="gcc@6 shellcheck"
2328
- &ubuntu
2429
os: linux
2530
sudo: false

0 commit comments

Comments
 (0)