Skip to content

Commit

Permalink
Merge branch 'travis-updates'
Browse files Browse the repository at this point in the history
  • Loading branch information
atmattpatt committed Feb 17, 2018
2 parents 6721e36 + 576f244 commit 7842875
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,5 @@ env:
before_script:
- docker login -u="$DOCKERHUB_USERNAME" -p="$DOCKERHUB_PASSWORD"
- echo "Building docker tag $DOCKER_TAG"
- docker build -t $DOCKER_TAG .

install: /bin/true
script: /bin/true

after_script:
- docker push $DOCKER_TAG
script: make build push

0 comments on commit 7842875

Please sign in to comment.