js-adler32/.travis.yml

18 lines
306 B
YAML
Raw Normal View History

2014-06-18 17:58:20 +00:00
language: node_js
node_js:
2017-03-29 06:51:39 +00:00
- "7"
- "6"
- "5"
- "4"
- "0.12"
2014-06-18 17:58:20 +00:00
- "0.10"
- "0.8"
before_install:
- "npm install -g npm@next"
2014-06-18 17:58:20 +00:00
- "npm install -g mocha"
- "npm install codepage"
2014-06-18 17:58:20 +00:00
- "npm install blanket"
- "npm install coveralls mocha-lcov-reporter"
after_success:
- "make coveralls-spin"