From ded10fe0c61ead83130794672ffa10aeda91a775 Mon Sep 17 00:00:00 2001 From: Erik Johansson Date: Sun, 30 Sep 2018 20:59:12 +0200 Subject: [PATCH] Deploy builds on all branches --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1556160b..2a05f78c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,4 +70,4 @@ deploy: overwrite: true target_commitish: $TRAVIS_COMMIT on: - branch: master + tags: false