Skip to content

Commit 025425c

Browse files
committed
Update Travis node version
1 parent cfec1d0 commit 025425c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
language: node_js
22
node_js:
3-
- 7
4-
- 8
3+
- 10
54
notifications:
65
email:
76
on_success: never
87
script:
9-
- npm run lint
10-
- npm run test
8+
- yarn run lint
9+
- yarn run test
1110
cache:
1211
directories:
1312
- node_modules
1413
after_success:
15-
- npm run coveralls
14+
- yarn run coveralls

0 commit comments

Comments
 (0)