From 4abf0f5d63edbd3c640d1d07fe4b8978e46dc5ea Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Thu, 17 Oct 2019 23:54:00 -0400 Subject: [PATCH] set all branches to true for deploy (#46) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 391ff46..c023065 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,7 @@ jobs: python: "3.7" deploy: on: + all_branches: true repo: davegallant/rfd tags: true provider: pypi