pxt-calliope/.travis.yml

16 lines
325 B
YAML
Raw Normal View History

2016-03-11 04:50:05 +01:00
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