js-crc32/.travis.yml

17 lines
336 B
YAML
Raw Normal View History

2014-06-16 21:27:47 +00:00
language: node_js
node_js:
2015-11-20 22:30:17 +00:00
- "5.0"
- "4.2"
- "0.12"
2014-06-16 21:27:47 +00:00
- "0.10"
2015-11-20 22:30:17 +00:00
- "0.8"
2014-06-16 21:27:47 +00:00
before_install:
2015-11-20 22:30:17 +00:00
- "npm install -g npm@next"
2014-06-21 03:03:53 +00:00
- "npm install -g mocha crc-32 benchmark ansi"
- "npm install codepage"
2014-06-16 21:27:47 +00:00
- "npm install blanket"
- "npm install coveralls mocha-lcov-reporter"
after_success:
- "make coveralls-spin"
2014-06-21 03:03:53 +00:00
- "make perf-all"