about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNolan Lawson <nolan@nolanlawson.com>2017-05-29 08:49:54 -0700
committerEugen Rochko <eugen@zeonfederated.com>2017-05-29 17:49:54 +0200
commit8236f942ff3cfb3bdcbdd4c285a1986c92087b9f (patch)
treeacf42e4e01bd022fe6ed38cff8fa40b8b21e85a6 /.travis.yml
parent8963f8c3c2630bfcc377a5ca0513eef5a6b2a4bc (diff)
Use travis_retry to reduce spurious test failures (#3418)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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