| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1da04c2 commit 2674336
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,9 +18,6 @@ matrix: | |||
| 18 | 18 | script: | |
| 19 | 19 | - make -j2 test-ci | |
| 20 | 20 | before_install: | |
| 21 | - - export HOMEBREW_NO_AUTO_UPDATE=1 # work around https://github.com/travis-ci/travis-ci/issues/7456 | ||
| 22 | - - if [ $TRAVIS_OS_NAME = osx ]; then brew install ccache; fi | ||
| 23 | - - export PATH="/usr/local/opt/ccache/libexec:$PATH" | ||
| 24 | 21 | - export CXX="ccache clang++ -Qunused-arguments" | |
| 25 | - - export CC="ccache clang -Qunused-arguments" | ||
| 22 | + - export CC="ccache clang -Qunused-arguments -Wno-unknown-warning-option" | ||
| 26 | 23 | - export JOBS=2 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments