Skip to content

Commit

Permalink
chore: added node 8 and 10 to ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-nico committed Feb 14, 2019
1 parent 6d11ddc commit b454ddc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ matrix:
env: V_REQUEST=latest
- node_js: "6"
env: V_REQUEST=latest
- node_js: "8"
env: V_REQUEST=latest
- node_js: "10"
env: V_REQUEST=latest

before_install:
- npm install tough-cookie
Expand Down

0 comments on commit b454ddc

Please sign in to comment.