pxt-calliope/.travis.yml
2016-03-11 17:17:16 -08:00

16 lines
319 B
YAML

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
notifications:
email:
- touchdevelop-build@microsoft.com
cache:
directories:
- node_modules