Skip to content

Commit 415d337

Browse files
author
David Frank
committed
travis and codecov
1 parent 6134add commit 415d337

File tree

3 files changed

+730
-2
lines changed

3 files changed

+730
-2
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: node_js
2+
node_js:
3+
- "8"
4+
- "10"
5+
- "12"
6+
- "node"
7+
script:
8+
- npm run coverage
9+
cache:
10+
directories:
11+
- node_modules

0 commit comments

Comments
 (0)