TouchDevelop/.travis.yml

18 строки
281 B
YAML
Исходник Обычный вид История

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