From 66af24c9ff62ff8b2dbb06f03911658ff1f96671 Mon Sep 17 00:00:00 2001 From: chrisgarrity Date: Thu, 19 Jul 2018 10:54:29 -0400 Subject: [PATCH] update travis.yml to try to publish. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f4ab78bd..7f1bf1d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ cache: jobs: include: - stage: npm release - if: branch IN (env(RELEASE_BRANCHES)) + if: branch = master OR branch = npm-publish node_js: 6 script: npm run build before_deploy: