frac/.travis.yml

16 lines
277 B
YAML
Raw Normal View History

2013-12-14 07:11:37 +00:00
language: node_js
node_js:
- "6"
- "5"
- "4.2"
- "0.12"
2013-12-14 07:11:37 +00:00
- "0.10"
- "0.8"
before_install:
- "npm install -g npm@next"
- "npm install -g mocha voc"
2014-05-01 02:32:25 +00:00
- "npm install blanket"
- "npm install coveralls mocha-lcov-reporter"
after_success:
- "make coveralls-spin"