Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7d2fe5d

Browse filesBrowse files
TimothyGutargos
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 <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 2250631 commit 7d2fe5d
Copy full SHA for 7d2fe5d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-4
lines changed
Open diff view settings
Collapse file

‎.travis.yml‎

Copy file name to clipboardExpand all lines: .travis.yml
+1-4Lines changed: 1 addition & 4 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.