Skip to content

Commit

Permalink
.travis.yml: prevent CI from failing with gcc-4.8
Browse files Browse the repository at this point in the history
... reporting -Wshadow false positives
  • Loading branch information
kdudka committed Dec 19, 2020
1 parent 06b0871 commit ba1bb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ install:

script:
- make -j9 distcheck CTEST='ctest -j9'
- test -z "$TRAVIS_COMMIT_RANGE" || csbuild --git-commit-range "$TRAVIS_COMMIT_RANGE" -c "make distclean && make -j9" --git-bisect --print-fixed
- test -z "$TRAVIS_COMMIT_RANGE" || csbuild --git-commit-range "$TRAVIS_COMMIT_RANGE" -c "make distclean && make -j9" --git-bisect --print-fixed --gcc-add-flag=-Wno-shadow

0 comments on commit ba1bb5e

Please sign in to comment.