ajv/.travis.yml

10 lines
206 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"
after_script:
- codeclimate-test-reporter < coverage/lcov.info