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"
|
|
|
|
- "(cd libs/lang-test0; node ../../node_modules/pxt-core/built/pxt.js run)"
|
2016-07-28 11:38:35 +01:00
|
|
|
- "(cd libs/lang-test1; node ../../node_modules/pxt-core/built/pxt.js run)"
|
|
|
|
- "(cd libs/lang-test0; node ../../node_modules/pxt-core/built/pxt.js test)"
|
|
|
|
- "(cd libs/lang-test1; node ../../node_modules/pxt-core/built/pxt.js test)"
|
2016-07-22 17:06:56 +01:00
|
|
|
- "node node_modules/pxt-core/built/pxt.js testdir tests"
|
2016-10-04 08:20:30 -07:00
|
|
|
- "(cd libs/hello; node ../../node_modules/pxt-core/built/pxt.js testconv https://az851932.vo.msecnd.net/files/td-converter-tests-v1.json)"
|
2016-03-10 19:50:05 -08:00
|
|
|
sudo: false
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- touchdevelop-build@microsoft.com
|
|
|
|
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
|
|
|
|