update travis.yml to try to publish.

This commit is contained in:
chrisgarrity 2018-07-19 10:54:29 -04:00
parent 590c3748a2
commit 66af24c9ff

View file

@ -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: