We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6837eac commit debd294Copy full SHA for debd294
.travis.yml
@@ -33,8 +33,6 @@ before_install:
33
# Prepare compilers
34
- if [[ "$CXX" == "g++" || "$CC" == "gcc" ]]; then sh travis/install-gcc.sh; fi
35
- if [[ "$CXX" == "clang++" || "$CC" == "clang" ]]; then sh travis/install-clang.sh; fi
36
- # Skip Coverity scan on non-GCC builds
37
- - if [ "${COVERITY_SCAN_BRANCH}" = 1 -a "$CXX" != 'g++' ]; then exit ; fi
38
# Debug information
39
- if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then lsb_release -a; fi
40
- uname -a
0 commit comments