diff options
author | Guy Harris <guy@alum.mit.edu> | 2020-04-18 21:12:46 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2020-04-18 21:12:46 -0700 |
commit | a0c4cf16e74e3862894a0bf530738228981ab5ff (patch) | |
tree | 1592e0a03b19b856d94bc4eb19999db8baaf3a9b /.travis.yml | |
parent | c2e12855ea745489503e739fb0279a4b1c1f5af5 (diff) | |
download | tcpdump-a0c4cf16e74e3862894a0bf530738228981ab5ff.tar.gz |
Too many notes^Wquotes.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b81a1aad..4e9a8045 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ env: - secure: "DwUeukcRGl1vXNZDDt2237zCA58ZzmzWpCkPcb/Hpeh8OvRw1eBZJiu4L8iD2qtY4A/dPDvOeBiml5MF6bVri9Dui1yPkvkvFqIXzbK5CWS6Ye+NgSBNMwqnAjhTMv/x8I4Bvy9IhDGwj/2JXVUvjBddRMLRyr/ag+MDRB1IVAI=" # Coverity run condition (avoid matrix multiple runs), need customized # build script. Need an update if new matrix cases. - - coverity_scan_run_condition='"$TRAVIS_CPU_ARCH"" = amd64 -a "$TRAVIS_OS_NAME" = linux -a "$CC" = gcc -a "$REMOTE" = enable -a "$CMAKE" = no -a "$CRYPTO" = yes -a "$BUILD_LIBPCAP" = yes' + - coverity_scan_run_condition='"$TRAVIS_CPU_ARCH" = amd64 -a "$TRAVIS_OS_NAME" = linux -a "$CC" = gcc -a "$REMOTE" = enable -a "$CMAKE" = no -a "$CRYPTO" = yes -a "$BUILD_LIBPCAP" = yes' # Coverity script test mode (if true no uploading, avoid reaching the quota) # usual processing: false. - coverity_scan_script_test_mode=false |