mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2025-01-10 06:32:17 -05:00
update travis.yml to try to publish.
This commit is contained in:
parent
590c3748a2
commit
66af24c9ff
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ cache:
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: npm release
|
- stage: npm release
|
||||||
if: branch IN (env(RELEASE_BRANCHES))
|
if: branch = master OR branch = npm-publish
|
||||||
node_js: 6
|
node_js: 6
|
||||||
script: npm run build
|
script: npm run build
|
||||||
before_deploy:
|
before_deploy:
|
||||||
|
|
Loading…
Reference in a new issue