mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-28 07:58:29 +01:00
11 lines
126 B
YAML
11 lines
126 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- "0.10"
|
||
|
|
||
|
sudo: false
|
||
|
|
||
|
before_script:
|
||
|
- npm install -g grunt-cli
|
||
|
|
||
|
script:
|
||
|
- grunt test-travis
|