Merge pull request #1421 from containous/move-crossbinary-travis-deploy

Move make cross binary to Travis deploy step
This commit is contained in:
Emile Vauge 2017-04-11 22:35:49 +02:00 committed by GitHub
commit bd127168b3

View file

@ -31,10 +31,9 @@ script:
- travis_retry make test-integration
after_failure:
- docker ps
after_success:
before_deploy:
- make crossbinary
- make image
before_deploy:
- mkdocs build --clean
- tar cfz dist/traefik-${VERSION}.src.tar.gz --exclude-vcs --exclude dist .
deploy: