22 lines
213 B
YAML
22 lines
213 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.6"
|
|
- "0.8"
|
|
- "0.10"
|
|
- "0.12"
|
|
- "4"
|
|
- "5"
|
|
|
|
install:
|
|
- make install
|
|
- make lint-install
|
|
|
|
script:
|
|
- make lint
|
|
- make test
|
|
|
|
sudo: false
|
|
|
|
matrix:
|
|
fast_finish: true
|