From d816a0eb17ce27e4356ae1ea195da93d9823c4dd Mon Sep 17 00:00:00 2001 From: Leo Gallucci Date: Wed, 7 May 2014 17:14:46 -0300 Subject: [PATCH] Added travis_retry before flaky testonsauce.sh --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a7d8abfdc..a5a32094e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ before_script: script: - ./scripts/testserver.sh - - ./scripts/testonsauce.sh + - travis_retry ./scripts/testonsauce.sh