logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 8236f942ff3cfb3bdcbdd4c285a1986c92087b9f
parent: 8963f8c3c2630bfcc377a5ca0513eef5a6b2a4bc
Author: Nolan Lawson <nolan@nolanlawson.com>
Date:   Mon, 29 May 2017 08:49:54 -0700

Use travis_retry to reduce spurious test failures (#3418)


Diffstat:

M.travis.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -50,6 +50,6 @@ before_script: - ln -s /usr/bin/x86_64-linux-gnu-g++-6 "$HOME/g++" script: - - bundle exec parallel_test spec/ --group-by filesize --type rspec + - travis_retry bundle exec parallel_test spec/ --group-by filesize --type rspec - npm test - bundle exec i18n-tasks unused