We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da04c2 commit 2674336Copy full SHA for 2674336
.travis.yml
@@ -18,9 +18,6 @@ matrix:
18
script:
19
- make -j2 test-ci
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
- export CXX="ccache clang++ -Qunused-arguments"
25
- - export CC="ccache clang -Qunused-arguments"
+ - export CC="ccache clang -Qunused-arguments -Wno-unknown-warning-option"
26
- export JOBS=2
0 commit comments