Add travis config
This commit is contained in:
parent
1cc69ba4a1
commit
ea0ae8a30c
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user