summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-02-16 12:35:55 +0100
committerThomas Haller <thaller@redhat.com>2016-02-16 13:01:47 +0100
commitad45d232fee8157baadb799f3867ddec95e2ef91 (patch)
tree0d451662f2b05f6788b09c78285dee72927b21e5
parentdec682f6d13ceabb94521dcc4cf513f6348abfba (diff)
downloadNetworkManager-ad45d232fee8157baadb799f3867ddec95e2ef91.tar.gz
travis: update .travis.yml not to run tests when build fails
When building fails, we should not run the tests. They clutter the output.
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 44ec6acd60..b907bf13ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,10 +12,10 @@ before_install:
- sudo apt-get update
- sudo apt-get install libnl-3-dev libndp-dev automake
-script:
- - sh autogen.sh --with-systemd-logind=no --enable-more-warnings=no
- - make -j4
- - ./contrib/travis/travis-check.sh
+script: |
+ sh autogen.sh --with-systemd-logind=no --enable-more-warnings=no &&
+ make -j4 &&
+ ./contrib/travis/travis-check.sh
addons:
coverity_scan: