Skip to content
Snippets Groups Projects
Commit 8236f942 authored by Nolan Lawson's avatar Nolan Lawson Committed by Eugen Rochko
Browse files

Use travis_retry to reduce spurious test failures (#3418)

parent 8963f8c3
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment