Skip to content

Commit afea801

Browse files
committed
Adjust .travis.yml config for macOS
1 parent 7b1e1fc commit afea801

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,15 @@ matrix:
2323
os: osx
2424
env:
2525
- BUILD_TYPE="InstallScript"
26-
GCC=6
27-
OSX_PACKAGES="gcc@6 shellcheck cmake"
26+
GCC=8
27+
OSX_PACKAGES="gcc shellcheck cmake"
2828
# cmake should be removed, but we should be installing binaries
2929
# because building from source takes forever
30+
-
31+
<<: *macOS
32+
env:
33+
- GCC=8
34+
OSX_PACKAGES="gcc openmpi chellcheck cmake"
3035
- &ubuntu
3136
os: linux
3237
sudo: false

0 commit comments

Comments
 (0)