Skip to content

Commit

Permalink
Test Node 9 on CI (#3793)
Browse files Browse the repository at this point in the history
* Test Node 9 on CI

* Oops
  • Loading branch information
gaearon committed Jan 14, 2018
1 parent b86fe05 commit 12d0544
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
dist: trusty
language: node_js
node_js:
- 6
- 8
- 9
cache:
directories:
- node_modules
Expand All @@ -24,3 +24,5 @@ matrix:
include:
- node_js: 0.10
env: TEST_SUITE=old-node
- node_js: 6
env: TEST_SUITE=kitchensink

0 comments on commit 12d0544

Please sign in to comment.