frac/.travis.yml

17 lines
288 B
YAML
Raw Normal View History

2013-12-14 07:11:37 +00:00
language: node_js
node_js:
2017-03-29 07:08:09 +00:00
- "7"
- "6"
- "5"
2017-03-29 07:08:09 +00:00
- "4"
- "0.12"
2013-12-14 07:11:37 +00:00
- "0.10"
- "0.8"
before_install:
2017-04-29 17:30:52 +00:00
- "npm install -g npm@4.3.0"
- "npm install -g mocha@2.x voc"
2014-05-01 02:32:25 +00:00
- "npm install blanket"
- "npm install coveralls mocha-lcov-reporter"
after_success:
- "make coveralls-spin"