Travis: use all_branches: true for deploy.
This commit is contained in:
parent
0640c75dc7
commit
c815d2f228
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ install:
|
|||
cp macos/Makefile ${ARTIFACTS}/
|
||||
echo ${VERSION} > ${ARTIFACTS}/version.txt
|
||||
deploy:
|
||||
on:
|
||||
all_branches: true
|
||||
provider: s3
|
||||
bucket: travis-jgm-pandoc
|
||||
region: us-west-1
|
||||
|
|
Loading…
Add table
Reference in a new issue