Skip to content

Commit

Permalink
Fix Docker publish pipeline (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Aug 13, 2019
1 parent 90a2f62 commit 812dbe6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@ addons:
packages:
- rpm

services:
- docker

install:
- make setup

script:
- make ci

after_success:
- test -n "$TRAVIS_TAG" && docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"

deploy:
- provider: script
skip_cleanup: true
Expand Down

0 comments on commit 812dbe6

Please sign in to comment.