Stop retrying unit tests on Travis.

This commit is contained in:
Timo Reimann 2017-04-24 22:15:28 +02:00
parent 962fb908c0
commit 25abf8b8f8

View file

@ -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: