summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-01-22 16:03:50 +0100
committerLubomir Rintel <lkundrak@v3.sk>2016-01-22 22:12:43 +0100
commit1408b8c0a21105f3ea6d2e58d0fc03835f255d34 (patch)
treecb9857a84930034dafb626249c98daf721bfea50 /contrib
parentdfee5495e8658f8bf77cdfcd34f0cfd9193d8140 (diff)
downloadNetworkManager-1408b8c0a21105f3ea6d2e58d0fc03835f255d34.tar.gz
travis: add coverity submission
Also, decouple the build from the test run; it looks better in the .yml file as well as in the travis UI.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/travis/travis-check.sh (renamed from contrib/travis/travis-run.sh)6
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/travis/travis-run.sh b/contrib/travis/travis-check.sh
index 1aef0fe34f..f9eddf855e 100755
--- a/contrib/travis/travis-run.sh
+++ b/contrib/travis/travis-check.sh
@@ -8,12 +8,6 @@ print_test_logs() {
echo ">>>> PRINT TEST LOGS $1 (done)"
}
-sh ./autogen.sh \
- --with-systemd-logind=no \
- --enable-more-warnings=no
-
-make -j6
-
if ! make check -k ; then
print_test_logs "first-test"