mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
10 lines
99 B
YAML
10 lines
99 B
YAML
|
sudo: false
|
||
|
|
||
|
language: node_js
|
||
|
|
||
|
node_js:
|
||
|
- "0.10"
|
||
|
|
||
|
before_script:
|
||
|
- npm install -g grunt-cli
|