Skip to content

Commit 14aa6ee

Browse files
committedFeb 14, 2019
chore: added node 8 and 10 to ci build
1 parent 1874877 commit 14aa6ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ matrix:
1111
env: V_REQUEST=latest
1212
- node_js: "6"
1313
env: V_REQUEST=latest
14+
- node_js: "8"
15+
env: V_REQUEST=latest
16+
- node_js: "10"
17+
env: V_REQUEST=latest
1418

1519
before_install:
1620
- npm install tough-cookie

0 commit comments

Comments
 (0)
Please sign in to comment.