We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4711f commit a956e55Copy full SHA for a956e55
.travis.yml
@@ -30,12 +30,12 @@ matrix:
30
OSX_PACKAGES="gcc shellcheck cmake mpich"
31
# cmake should be removed, but we should be installing binaries
32
# 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"
+ -
+ <<: *macOS
+ env:
+ - GCC=9
+ BUILD_TYPES="debug RelWithDebInfo Release"
+ OSX_PACKAGES="gcc openmpi shellcheck cmake"
39
- &ubuntu
40
os: linux
41
sudo: false
0 commit comments