1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-20 22:50:12 +03:00

Merge pull request #1447 from vdemeester/dont-binary-twice

[ci] Don't run binary twice
This commit is contained in:
Vincent Demeester 2017-04-17 19:34:39 +02:00 committed by GitHub
commit e38fa25412

View File

@ -26,7 +26,6 @@ install:
- make pull-images
before_script:
- make validate
- make binary
script: travis_retry make test-unit && travis_retry make test-integration
after_failure:
- docker ps