ajv/.travis.yml

22 lines
477 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:
- "8"
2018-04-26 20:17:50 +03:00
- "10"
- "11"
- "12"
after_script:
- codeclimate-test-reporter < coverage/lcov.info
2015-12-06 01:23:57 +03:00
- coveralls < coverage/lcov.info
- scripts/travis-gh-pages
2017-12-28 14:08:43 +03:00
- scripts/publish-built-version
2016-08-12 02:50:30 +03:00
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/9cab5fe0c9595511cd81
on_success: change
on_failure: always
on_start: never