summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-01-22 10:47:07 +0100
committerThomas Haller <thaller@redhat.com>2016-01-22 11:06:09 +0100
commit34050e9c0b6bd079c9982f72537cd3be372aa6e7 (patch)
tree03d3f53c85f12bc8c0c5c862ade2809ad7be83ed /.travis.yml
parent0c7fa8943901d156690021a3f681457fad23457a (diff)
downloadNetworkManager-34050e9c0b6bd079c9982f72537cd3be372aa6e7.tar.gz
travis: move build script to a separate script and improve debugging for failed tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b7e2d04589..61e702c679 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,4 @@ before_install:
- sudo apt-add-repository 'deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse'
- 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 -j6 && make -k check"
+script: "./contrib/travis/travis-run.sh"