Skip to content

Commit

Permalink
Change Travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
dbstratta committed Jan 31, 2018
1 parent 69dda2f commit 27fee62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ script:

after_success:
- if [ "$TRAVIS_BRANCH" == "master" ]; then
docker build -t sophilabs/slack-quiet:latest .;
docker build -t sophilabs/slack-silence:latest .;
echo "${DOCKER_PASSWORD}" | docker login --username "${DOCKER_USERNAME}" --password-stdin;
docker push sophilabs/slack-quiet:latest;
docker push sophilabs/slack-silence:latest;
fi

0 comments on commit 27fee62

Please sign in to comment.