ajv/.travis.yml

13 lines
257 B
YAML
Raw Normal View History

2015-06-13 12:29:03 +03:00
language: node_js
before_script:
- git submodule update --init
- npm install -g codeclimate-test-reporter
2015-06-13 12:29:03 +03:00
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
after_script:
- codeclimate-test-reporter < coverage/lcov.info
2015-12-06 01:23:57 +03:00
- coveralls < coverage/lcov.info