1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 01:42:55 +01:00

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
parent a22f6d881c
commit 0af798b135

View File

@ -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