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