Skip to content

Commit

Permalink
CI changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roee Shapira committed Aug 16, 2020
1 parent 57e2a5c commit 6e5ef02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dist: bionic
language: node_js
node_js:
- 'lts/*'
- node
- lts/*
after_success:
- npm install -g nyc coveralls
- nyc npm test
- nyc report --reporter=text-lcov | coveralls
- npm install -g coveralls
- jest --coverage && coveralls < coverage/lcov.info

0 comments on commit 6e5ef02

Please sign in to comment.