mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
git-subtree-dir: lib/gridster git-subtree-mainline:80f8419dac
git-subtree-split:a7ed9a4ade
10 lines
173 B
YAML
10 lines
173 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
install:
|
|
- npm install
|
|
- npm install -g bower grunt-cli
|
|
before_script:
|
|
- bower install
|
|
script:
|
|
- grunt build --verbose |