Skip to content

Commit

Permalink
Explicitly build on tags in Travis
Browse files Browse the repository at this point in the history
Setting `branch: master` causes tag builds to be skipped, so we have to
explicitly also build on tags.
  • Loading branch information
DirectXMan12 committed Jul 14, 2018
1 parent a293b2b commit 3fc2dbd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ services:
- docker

deploy:
provider: script
- provider: script
script: bash .travis-deploy.sh
on:
branch: master
- provider: script
script: bash .travis-deploy.sh
on:
tags: true

0 comments on commit 3fc2dbd

Please sign in to comment.