2016-03-10 19:50:05 -08:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
|
|
- "5.7.0"
|
2016-03-10 21:22:55 -08:00
|
|
|
script:
|
2016-04-07 11:30:22 -07:00
|
|
|
- "node node_modules/pxt-core/built/pxt.js travis"
|
2016-07-22 17:06:56 +01:00
|
|
|
- "node node_modules/pxt-core/built/pxt.js testdir tests"
|
2016-03-10 19:50:05 -08:00
|
|
|
sudo: false
|
|
|
|
notifications:
|
|
|
|
email:
|
2016-10-10 13:34:24 -07:00
|
|
|
- kindscript@microsoft.com
|
2016-03-10 19:50:05 -08:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- node_modules
|
2016-05-10 13:18:35 +02:00
|
|
|
- built/cache
|
2016-07-22 11:32:57 +01:00
|
|
|
- libs/hello/built/cache
|
2016-03-10 19:50:05 -08:00
|
|
|
|