Skip to content

Commit

Permalink
travis update
Browse files Browse the repository at this point in the history
  • Loading branch information
gondor committed Sep 24, 2016
1 parent 94aa393 commit d7577fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ script:

after_success:
- go build -ldflags "-X main.version=0.1-$TRAVIS_BUILD_NUMBER -X 'main.built=$(date -u '+%Y-%m-%d %H:%M:%S')'"
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- docker build -t containx/beethoven .
- docker push containx/beethoven

# whitelist
branches:
only:
- master
- master

0 comments on commit d7577fa

Please sign in to comment.