Skip to content

Commit

Permalink
Stop testing on Node v5 and start testing on Node v8
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmengels committed Oct 16, 2017
1 parent 2d78188 commit 6a6b649
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
sudo: false
language: node_js
node_js:
- '5'
- '6'
- '7'
- '8'
cache:
directories:
- node_modules
Expand Down

0 comments on commit 6a6b649

Please sign in to comment.