Skip to content

Commit e6c7fc8

Browse files
committed
Add coveralls, node 15 testing
1 parent 692201d commit e6c7fc8

File tree

4 files changed

+346
-1
lines changed

4 files changed

+346
-1
lines changed

.coveralls.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
repo_token: hXU9AtUL0RO1PZEAUfLxYh3qGmm8L64QG

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ env:
33
- CC_TEST_REPORTER_ID=90382d7264499c819f742709fe7cb4b2d2a49cc90fd98a9c8414426ac4860e62
44
language: node_js
55
node_js:
6+
- "15"
67
- "14"
78
- "12"
89
- "10"
@@ -14,5 +15,6 @@ before_script:
1415
script:
1516
- npm run lint
1617
- npm run coverage
17-
after_script:
18+
after_success:
1819
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
20+
- "npm run coveralls"

0 commit comments

Comments
 (0)