.travis.yml: Run deploy.sh on all branches

This commit is contained in:
Mike Cronce 2018-12-10 11:05:25 -05:00
parent 5cfa6685b0
commit 78750b2dd5

View File

@ -23,3 +23,5 @@ deploy:
- provider: script
script:
- ./deploy.sh
on:
all_branches: true