Skip to content

Commit

Permalink
r Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
dusterio committed Jan 10, 2018
1 parent e1f935b commit 9d0c597
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 @@ -24,6 +24,6 @@ script:
- ./vendor/bin/test-reporter

after_success:
- docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- docker commit app pwred/vrata
- docker push pwred/vrata

0 comments on commit 9d0c597

Please sign in to comment.