Skip to content

Commit

Permalink
tests(travis): test on Node 9, drop testing on Node 7 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored Jan 5, 2018
1 parent 575dd94 commit baf2205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: node_js
matrix:
include:
- node_js: "6.9.1"
- node_js: "7"
- node_js: "8"
- node_js: "9"
dist: trusty
cache:
yarn: true
Expand Down

0 comments on commit baf2205

Please sign in to comment.