mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
10 lines
94 B
YAML
10 lines
94 B
YAML
|
sudo: false
|
||
|
|
||
|
language: node_js
|
||
|
|
||
|
node_js:
|
||
|
- "6"
|
||
|
|
||
|
before_script:
|
||
|
- npm install -g grunt-cli
|