Skip to content

Commit a956e55

Browse files
committed
Try adding an additional macOS CI case
1 parent 5b4711f commit a956e55

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ matrix:
3030
OSX_PACKAGES="gcc shellcheck cmake mpich"
3131
# cmake should be removed, but we should be installing binaries
3232
# because building from source takes forever
33-
# -
34-
# <<: *macOS
35-
# env:
36-
# - GCC=8
37-
# BUILD_TYPES="debug RelWithDebInfo Release"
38-
# OSX_PACKAGES="gcc openmpi shellcheck cmake"
33+
-
34+
<<: *macOS
35+
env:
36+
- GCC=9
37+
BUILD_TYPES="debug RelWithDebInfo Release"
38+
OSX_PACKAGES="gcc openmpi shellcheck cmake"
3939
- &ubuntu
4040
os: linux
4141
sudo: false

0 commit comments

Comments
 (0)