You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hotkeys/.travis.yml

13 lines
355 B
YAML

language: node_js
node_js:
- 9.8.0
cache:
directories:
- node_modules
before_script:
- npm install codecov.io coveralls
after_success:
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
script:
- node --harmony ./node_modules/.bin/jest --coverage