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 19b7a33 commit 0aab535Copy full SHA for 0aab535
.travis.yml
@@ -13,12 +13,21 @@ 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 7" OSX_PACKAGES="shellcheck gcc gcc@6 cmake" BUILD_TYPE="cmake"
18
- - GCC="6" OSX_PACKAGES="shellcheck gcc@6 cmake" BUILD_TYPE="InstallScript"
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
27
28
+ - BUILD_TYPE="InstallScript"
29
+ OSX_PACKAGES="shellcheck gcc@6"
30
+ GCC=6
31
- &ubuntu
32
os: linux
33
sudo: false
0 commit comments