Stop retrying unit tests on Travis.
This commit is contained in:
parent
962fb908c0
commit
25abf8b8f8
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue