Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
José Moreira authored Jan 24, 2018
1 parent 6fdfe0a commit 540016c
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 @@ -6,7 +6,7 @@ services:
script:
- |
export IMAGE=cusspvz/autotune:latest &&
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" &&
docker login --username="$DOCKER_USERNAME" --password="$DOCKER_PASSWORD" &&
docker build -t ${IMAGE} . &&
docker push ${IMAGE} &&
exit 0 || exit 1
Expand Down

0 comments on commit 540016c

Please sign in to comment.