From 8f62bf27e69f9dbbd913b78ad2a734a822be8fb2 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Sun, 18 Mar 2018 11:53:34 +0200 Subject: [PATCH] chore: allow deployment from branch --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b4872e6c..5f7d8253 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,4 +29,6 @@ deploy: tags: true - provider: script skip_cleanup: true - script: cd cli && echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc && npm publish \ No newline at end of file + script: cd cli && echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc && npm publish + on: + branch: react-rewrite \ No newline at end of file