Try forcing latest package versions

This commit is contained in:
Michal Moskal 2016-03-11 17:17:16 -08:00
parent 994aee0db5
commit c6f4d482a6
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ language: node_js
node_js:
- "5.7.0"
script:
- "npm update"
- "node node_modules/kindscript/built/kind.js buildtarget"
- "node node_modules/kindscript/built/kind.js uploadtrg microbit-latest"
sudo: false