Skip to content

Commit 20c4bd2

Browse files
updated: travis setup
1 parent f950cbf commit 20c4bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- "6"
4+
- 10
55

66
branches:
77
only:
@@ -12,7 +12,7 @@ install:
1212
- npm i
1313
- npm run prepare
1414

15-
after_success: make send-coverage
15+
after_success: npm run cov
1616

1717
notifications:
1818
email: false

0 commit comments

Comments
 (0)