summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-02-16 12:35:55 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2016-02-25 15:18:06 +0100
commit46819838e72b8e4a09f7d1b88d0ea93efac57764 (patch)
tree105ecd084e86223fd77e52196155d344cbdea56a
parent625033a285fc50facfb7e86bbe0b5995d9e34a95 (diff)
downloadNetworkManager-46819838e72b8e4a09f7d1b88d0ea93efac57764.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. (cherry picked from commit ad45d232fee8157baadb799f3867ddec95e2ef91)
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 72647f5227..1178ca7d75 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,6 @@ 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
+ sh autogen.sh --with-systemd-logind=no --enable-more-warnings=no &&
+ make -j4 &&
+ ./contrib/travis/travis-check.sh