Travis: use all_branches: true for deploy.

This commit is contained in:
John MacFarlane 2020-08-27 22:42:56 -07:00
parent 0640c75dc7
commit c815d2f228

View file

@ -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