Skip to content

Commit b454ddc

Browse files
committedFeb 14, 2019
chore: added node 8 and 10 to ci build
1 parent 6d11ddc commit b454ddc

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
@@ -13,6 +13,10 @@ matrix:
1313
env: V_REQUEST=latest
1414
- node_js: "6"
1515
env: V_REQUEST=latest
16+
- node_js: "8"
17+
env: V_REQUEST=latest
18+
- node_js: "10"
19+
env: V_REQUEST=latest
1620

1721
before_install:
1822
- npm install tough-cookie

0 commit comments

Comments
 (0)
Please sign in to comment.