js-crc32/.travis.yml

13 lines
260 B
YAML
Raw Normal View History

2014-06-16 21:27:47 +00:00
language: node_js
node_js:
2015-05-06 22:27:03 +00:00
- "iojs"
2014-06-16 21:27:47 +00:00
- "0.11"
- "0.10"
before_install:
2014-06-21 03:03:53 +00:00
- "npm install -g mocha crc-32 benchmark ansi"
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"