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 4edc57f commit d1b7b2cCopy full SHA for d1b7b2c
.travis.yml
@@ -25,6 +25,11 @@ matrix:
25
- BUILD_TYPE="InstallScript"
26
OSX_PACKAGES="gcc@6"
27
GCC=6
28
+ - os: osx
29
+ env:
30
+ - OSX_PACKAGES="gcc cmake"
31
+ GCC=7
32
+ OPENCOARRAYS_DEVELOPER=ON
33
- &ubuntu
34
os: linux
35
sudo: false
@@ -76,6 +81,12 @@ matrix:
76
81
- gcc-6
77
82
- gfortran-6
78
83
- g++-6
84
+ allow_failures:
85
86
87
88
89
79
90
80
91
before_install:
92
- export FC=gfortran-${GCC}
0 commit comments