js-crc32/.travis.yml

18 lines
319 B
YAML
Raw Normal View History

2014-06-16 21:27:47 +00:00
language: node_js
node_js:
- "6"
- "5"
- "4"
2015-11-20 22:30:17 +00:00
- "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"
- "npm install -g mocha"
- "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"
# - "make perf-all"