Skip to content

Commit 8a0bb95

Browse files
committed
Test commit to see if macOS will work
1 parent 08d3142 commit 8a0bb95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
- BUILD_TYPES="Debug RelWithDebInfo Release CodeCoverage"
1616
matrix:
1717
- 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"
18+
- GCC="6 7" OSX_PACKAGES="gcc@7 gcc@6 cmake shellcheck" BUILD_TYPE="cmake"
1919

2020
matrix:
2121
fast_finish: true
@@ -76,6 +76,7 @@ matrix:
7676

7777
allow_failures:
7878
- *linux_allowed_failure
79+
- osx
7980

8081
before_install:
8182
- source developer-scripts/travis/before_install.all.sh

0 commit comments

Comments
 (0)