Skip to content

Commit 2674336

Browse files
TimothyGurvagg
authored andcommitted
build: improve Travis CI settings
Remove macOS-specific steps, and reduce warnings due to compilation with clang. PR-URL: #21459 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 1da04c2 commit 2674336

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ matrix:
1818
script:
1919
- make -j2 test-ci
2020
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"
2421
- export CXX="ccache clang++ -Qunused-arguments"
25-
- export CC="ccache clang -Qunused-arguments"
22+
- export CC="ccache clang -Qunused-arguments -Wno-unknown-warning-option"
2623
- export JOBS=2

0 commit comments

Comments
 (0)