mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -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
|