Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed May 22, 2018
1 parent 0ee169b commit 4a2742a
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 @@ -17,7 +17,7 @@ after_success:
- "./test/test.sh coveralls.py"
- if [ -z "$DOCKER_PASS" ] ; then echo "This is a build triggered by an external PR.
Skipping docker push."; exit 0; fi;
- echo $DOCKER_PASS | docker login -e $DOCKER_EMAIL --password-stdin;
- echo $DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin;
- "./scripts/push.sh"
notifications:
slack:
Expand Down

0 comments on commit 4a2742a

Please sign in to comment.