Skip to content

Commit

Permalink
fix travis script to build a docker image from a git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
drgarcia1986 committed Aug 15, 2017
1 parent c26d316 commit 6dbf007
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 @@ -9,7 +9,7 @@ script:

after_success:
- bash <(curl -s https://codecov.io/bash)
- if [ -n "$TRAVIS_TAG" && "$TRAVIS_GO_VERSION" == "1.8" ]; then ./.ci-docker.sh; fi
- test -n "$TRAVIS_TAG" -a "$TRAVIS_GO_VERSION" = "1.8" && ./.ci-docker.sh

services:
- docker

0 comments on commit 6dbf007

Please sign in to comment.