From 8ce4bd5c660978c709059280d9fa11dc7f2e003e Mon Sep 17 00:00:00 2001 From: Jonathan Newbrough Date: Mon, 13 Jun 2016 09:41:24 -0700 Subject: [PATCH] work around known travis issue --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f9c2b62..3fb6a0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,5 @@ deploy: on: repo: dcm-oss/gumshoe tags: true + all_branches: true overwrite: true