Use the new 'kind travis' command

This commit is contained in:
Michal Moskal 2016-03-28 18:30:40 -07:00
parent fcb85b8706
commit 078282a23f

View File

@ -4,7 +4,7 @@ node_js:
script: script:
- "npm update" - "npm update"
- "node node_modules/kindscript/built/kind.js buildtarget" - "node node_modules/kindscript/built/kind.js buildtarget"
- "node node_modules/kindscript/built/kind.js uploadtrg microbit-latest" - "node node_modules/kindscript/built/kind.js travis"
- "node node_modules/kindscript/built/kind.js uploaddoc" - "node node_modules/kindscript/built/kind.js uploaddoc"
sudo: false sudo: false
notifications: notifications: