From 185c8e7b539253d719e9d63f3859f0532e7f3444 Mon Sep 17 00:00:00 2001 From: James Adams Date: Mon, 25 Jun 2018 13:45:10 +0100 Subject: [PATCH] Don't fail fast Let's see how far we get --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a833a8441..12254e482 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_script: - cd /tmp && git clone https://github.com/quattor/aquilon-protocols.git && cd aquilon-protocols && git checkout upstream && ./setup.py build && sudo ./setup.py install --install-lib /usr/local/lib/aquilon/protocols/lib/python - cd $TRAVIS_BUILD_DIR/tools/bootstrap_ms && python setup.py install script: - - cd $TRAVIS_BUILD_DIR && tests/runtests.py -c tests/unittest.conf.travis -f --assume_yes + - cd $TRAVIS_BUILD_DIR && tests/runtests.py -c tests/unittest.conf.travis --assume_yes after_script: - tail -n 64 /var/tmp/travis/aqtest/quattor/logs/aqd.log addons: