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 08d3142 commit 8a0bb95Copy full SHA for 8a0bb95
.travis.yml
@@ -15,7 +15,7 @@ env:
15
- BUILD_TYPES="Debug RelWithDebInfo Release CodeCoverage"
16
matrix:
17
- GCC=6 OSX_PACKAGES="gcc@6 shellcheck" BUILD_TYPE="InstallScript"
18
-# - GCC="6 7" OSX_PACKAGES="gcc@7 gcc@6 cmake shellcheck" BUILD_TYPE="cmake"
+ - GCC="6 7" OSX_PACKAGES="gcc@7 gcc@6 cmake shellcheck" BUILD_TYPE="cmake"
19
20
21
fast_finish: true
@@ -76,6 +76,7 @@ matrix:
76
77
allow_failures:
78
- *linux_allowed_failure
79
+ - osx
80
81
before_install:
82
- source developer-scripts/travis/before_install.all.sh
0 commit comments