From 0cbfef99b7f290986fa6887cd9c26e8cc335c2a4 Mon Sep 17 00:00:00 2001 From: arvidn Date: Fri, 8 Feb 2019 15:20:00 +0100 Subject: [PATCH] don't retry a failed *build* on travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3c3973b68..e79495d10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -208,6 +208,7 @@ script: # libtorrent is the name of the test suite target - cd test - 'if [ "$tests" == "1" ]; then + bjam -j3 warnings-as-errors=on warnings=all crypto=$crypto debug-iterators=on picker-debugging=on asserts=on invariant-checks=full $toolset variant=$variant testing.execute=off && travis_retry bjam -j3 warnings-as-errors=on warnings=all crypto=$crypto debug-iterators=on picker-debugging=on asserts=on invariant-checks=full $toolset variant=$variant -l300 && travis_retry bjam -j3 warnings-as-errors=on warnings=all crypto=$crypto debug-iterators=on picker-debugging=on asserts=on invariant-checks=full $toolset variant=$variant test_natpmp enum_if -l300 && if [[ $TRAVIS_OS_NAME != "osx" ]]; then