Skip to content

Commit

Permalink
.travis.yml: Add a comment about docker
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <ce.gao@outlook.com>
  • Loading branch information
gaocegege committed May 1, 2017
1 parent 26ef6b9 commit d4440d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ script:
- go install .
- maintainer --help

# Build and push the Docker image to Docker Hub if the build is in master branch.
after_script:
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./scripts/master-build-in-travis.sh; fi'

0 comments on commit d4440d7

Please sign in to comment.