Skip to content

Commit

Permalink
Stop retrying unit tests on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
timoreimann committed Apr 25, 2017
1 parent 962fb90 commit 25abf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:
- make pull-images
before_script:
- make validate
script: travis_retry make test-unit && travis_retry make test-integration
script: make test-unit && travis_retry make test-integration
after_failure:
- docker ps
before_deploy:
Expand Down

0 comments on commit 25abf8b

Please sign in to comment.