Skip to content

Commit d1b7b2c

Browse files
committed
Add dev tests entry 2 build matrix & allow failure
1 parent 4edc57f commit d1b7b2c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ matrix:
2525
- BUILD_TYPE="InstallScript"
2626
OSX_PACKAGES="gcc@6"
2727
GCC=6
28+
- os: osx
29+
env:
30+
- OSX_PACKAGES="gcc cmake"
31+
GCC=7
32+
OPENCOARRAYS_DEVELOPER=ON
2833
- &ubuntu
2934
os: linux
3035
sudo: false
@@ -76,6 +81,12 @@ matrix:
7681
- gcc-6
7782
- gfortran-6
7883
- g++-6
84+
allow_failures:
85+
- os: osx
86+
env:
87+
- OSX_PACKAGES="gcc cmake"
88+
GCC=7
89+
OPENCOARRAYS_DEVELOPER=ON
7990

8091
before_install:
8192
- export FC=gfortran-${GCC}

0 commit comments

Comments
 (0)