js-adler32/.travis.yml
Nicholas Sherlock 6ed55fd9b3 Support "make test" without Mocha installed globally
Since it is already bundled as a dev-dependency, we can just use the bundled version
2021-06-05 16:34:34 +12:00

20 lines
321 B
YAML

language: node_js
node_js:
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"
- "0.12"
- "0.10"
- "0.8"
before_install:
- "npm install -g npm@4.3.0"
- "npm install -g voc"
- "npm install codepage"
- "npm install blanket"
- "npm install coveralls mocha-lcov-reporter"
after_success:
- "make coveralls-spin"