From a5327546e28d5326be1036439d8debdcc08e0937 Mon Sep 17 00:00:00 2001 From: Matt Travi Date: Fri, 14 Dec 2018 13:47:33 -0600 Subject: [PATCH] ci(publish): enabled for all branches so that semantic-release can control which branches it publishes from --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 70609f7e..dc4d2d4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ deploy: provider: script skip_cleanup: true script: npx semantic-release@beta + on: + all_branches: true env: global: - FORCE_COLOR=1