6 lines
80 B
YAML
6 lines
80 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
before_script: make dev
|
|
script: make check
|