printj/.travis.yml

18 lines
306 B
YAML
Raw Normal View History

2016-09-19 06:33:23 +00:00
language: node_js
node_js:
2017-01-05 02:46:52 +00:00
- "7"
2016-09-19 06:33:23 +00:00
- "6"
- "5"
- "4"
- "0.12"
- "0.10"
- "0.8"
before_install:
- "npm install -g npm@next"
- "npm install -g mocha"
- "npm install codepage"
- "npm install blanket"
- "npm install coveralls mocha-lcov-reporter"
after_success:
- "make coveralls-spin"