From c815d2f2284cb1d9f07cad76ee877ba7a928ad6b Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Thu, 27 Aug 2020 22:42:56 -0700
Subject: [PATCH] Travis: use all_branches: true for deploy.

---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

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