Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Vandekerchove committed Jul 30, 2016
1 parent 8e2c7b4 commit 2abd541
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 @@ -7,7 +7,7 @@ script:
- docker build -t "zopanix/factorio:${TRAVIS_TAG}" .
deploy:
provider: script
script: docker tag "zopanix/factorio:${TRAVIS_TAG}" "zopanix/factorio:latest" && docker push "zopanix/factorio:${TRAVIS_TAG}" && docket push "zopanix/factorio:latest"
script: docker tag "zopanix/factorio:${TRAVIS_TAG}" "zopanix/factorio:latest" && docker push "zopanix/factorio:${TRAVIS_TAG}" && docker push "zopanix/factorio:latest"
skip_cleanup: false
on:
tags: true

0 comments on commit 2abd541

Please sign in to comment.