mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00:00
8 lines
120 B
YAML
8 lines
120 B
YAML
language: node_js
|
|
node_js:
|
|
- '0.8'
|
|
- '0.10'
|
|
before_script:
|
|
- 'npm install -g bower grunt-cli'
|
|
- 'bower install'
|