running jake as part of travis ci

This commit is contained in:
Peli de Halleux 2015-02-04 13:37:02 -08:00
Родитель 4ed3c05f01
Коммит db0131563d
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,8 @@
language: node_js
node_js:
- "0.10"
after_install:
- tsd reinstall
before_script:
- "tsd reinstall"
script:
- "jake"
sudo: false