Navigation Menu

Skip to content

Commit

Permalink
Remove attempty to minimize Coverity runs
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Apr 7, 2016
1 parent 6837eac commit debd294
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -33,8 +33,6 @@ before_install:
# Prepare compilers
- if [[ "$CXX" == "g++" || "$CC" == "gcc" ]]; then sh travis/install-gcc.sh; fi
- if [[ "$CXX" == "clang++" || "$CC" == "clang" ]]; then sh travis/install-clang.sh; fi
# Skip Coverity scan on non-GCC builds
- if [ "${COVERITY_SCAN_BRANCH}" = 1 -a "$CXX" != 'g++' ]; then exit ; fi
# Debug information
- if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then lsb_release -a; fi
- uname -a
Expand Down

0 comments on commit debd294

Please sign in to comment.