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 0aab535 commit 911eb61Copy full SHA for 911eb61
.travis.yml
@@ -13,17 +13,14 @@ env:
13
- MPICH_GCC7_BOT_URL_HEAD="https://github.com/sourceryinstitute/OpenCoarrays/files/976779/"
14
- MPICH_BOT_URL_TAIL="mpich-3.2_3.yosemite.bottle.1.tar.gz"
15
- 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"
19
20
matrix:
21
fast_finish: true
- -
- os: osx
- env:
22
- - GCC="6 7"
23
- OSX_PACKAGES="shellcheck gcc gcc@6 cmake"
24
- BUILD_TYPE="cmake"
25
26
+ include:
+ - os: osx
27
env:
28
- BUILD_TYPE="InstallScript"
29
OSX_PACKAGES="shellcheck gcc@6"
0 commit comments