Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk committed May 12, 2017
1 parent 0bb7a4e commit 466e2ca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ before_deploy:
- make compress
- docker --version
- make docker-plugin
- if [ "$TRAVIS_BRANCH" == "master" ]; then
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
docker-plugin-push;
fi
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"; fi
- docker-plugin-push

deploy:
provider: releases
Expand Down

0 comments on commit 466e2ca

Please sign in to comment.