mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -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:
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue