Skip to content

Commit

Permalink
Don't fail fast
Browse files Browse the repository at this point in the history
Let's see how far we get
  • Loading branch information
jrha committed Jun 27, 2018
1 parent d3275b9 commit 185c8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 185c8e7

Please sign in to comment.