pxt-calliope/.travis.yml
2016-03-10 19:50:05 -08:00

16 lines
325 B
YAML

language: node_js
node_js:
- "5.7.0"
before_script:
- "npm install"
- "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