diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-08-27 22:42:56 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-08-28 08:39:58 -0700 |
commit | c815d2f2284cb1d9f07cad76ee877ba7a928ad6b (patch) | |
tree | ed9d24c78ba057182526e6cd93efbef5eb548d4e | |
parent | 0640c75dc7aa5cab701ab63c4df4b0f85a39937f (diff) | |
download | pandoc-c815d2f2284cb1d9f07cad76ee877ba7a928ad6b.tar.gz |
Travis: use all_branches: true for deploy.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8cc736b9b..eeb68f5f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |