Install jasmine-node as needed by the jasmine-node task.

This commit is contained in:
Kevin Dangoor 2013-05-20 11:28:26 -04:00
Родитель a22f6d881c
Коммит 0af798b135
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -2,4 +2,5 @@ language: node_js
node_js:
- 0.8
before_script:
- npm install -g grunt-cli
- npm install -g grunt-cli
- npm install -g jasmine-node