diff options
author | Nolan Lawson <nolan@nolanlawson.com> | 2017-05-29 08:49:54 -0700 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-29 17:49:54 +0200 |
commit | 8236f942ff3cfb3bdcbdd4c285a1986c92087b9f (patch) | |
tree | acf42e4e01bd022fe6ed38cff8fa40b8b21e85a6 | |
parent | 8963f8c3c2630bfcc377a5ca0513eef5a6b2a4bc (diff) |
Use travis_retry to reduce spurious test failures (#3418)
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 660a7ebf7..2b8c15ff1 100644 --- 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 |