Skip to content

Commit 7e7a690

Browse files
committed
fix travis to node 10
1 parent 7bcbc18 commit 7e7a690

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,10 +1,10 @@
11
language: node_js
22

33
node_js:
4-
- stable
4+
- '10'
55

66
install:
77
- npm install
88

99
script:
10-
- npm test
10+
- npm test

0 commit comments

Comments
 (0)