mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 09:53:00 +01:00
6 lines
111 B
YAML
6 lines
111 B
YAML
language: node_js
|
|
node_js:
|
|
- 0.10
|
|
before_script:
|
|
- npm install -g grunt-cli
|
|
- npm install -g jasmine-node |