2015-02-05 00:18:53 +03:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
2015-06-02 07:56:07 +03:00
|
|
|
- "0.12"
|
2015-02-10 21:34:37 +03:00
|
|
|
before_script:
|
|
|
|
- "tsd reinstall"
|
2015-02-05 00:18:53 +03:00
|
|
|
sudo: false
|
2015-02-05 03:31:57 +03:00
|
|
|
after_success:
|
2015-02-05 07:36:33 +03:00
|
|
|
- "jake upload"
|
2015-02-05 00:57:30 +03:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- touchdevelop-build@microsoft.com
|
2015-02-06 20:16:02 +03:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- node_modules
|
|
|
|
- nw_cache
|
2015-02-09 10:21:39 +03:00
|
|
|
- build/nw/node_modules
|
2015-02-10 21:46:10 +03:00
|
|
|
- typings
|