Skip to content

Commit debd294

Browse files
committed
Remove attempty to minimize Coverity runs
1 parent 6837eac commit debd294

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ before_install:
3333
# Prepare compilers
3434
- if [[ "$CXX" == "g++" || "$CC" == "gcc" ]]; then sh travis/install-gcc.sh; fi
3535
- 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
3836
# Debug information
3937
- if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then lsb_release -a; fi
4038
- uname -a

0 commit comments

Comments
 (0)