Skip to content

Commit

Permalink
CI: Run coverage test on v13
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Mar 29, 2020
1 parent 45fc0b8 commit d12253a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jobs:
- npm test
- cd ..

- name: 'Unit Tests, Coverage - Node.js v10'
node_js: 10
- name: 'Unit Tests, Coverage - Node.js v13'
node_js: 13
before_install:
- npm install -g npm codecov
script:
Expand All @@ -116,14 +116,17 @@ jobs:
- codecov
- codecov -p sdk-js

- name: 'Isolated Unit Tests - Node.js v8'
node_js: 8
- name: 'Isolated Unit Tests - Node.js v10'
node_js: 10
script:
- npm run test-isolated
- cd sdk-js
- npm test
- cd ..

- name: 'Unit Tests - Node.js v8'
node_js: 8

- name: 'Unit Tests - Node.js v6'
node_js: 6
before_install:
Expand Down

0 comments on commit d12253a

Please sign in to comment.