Skip to content

Commit

Permalink
Drop support for Node.js 4 and 5
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Jun 9, 2018
1 parent dea5430 commit f2436f6
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 @@
language: node_js

node_js:
- '8'
- '6'
- '5'
- '4'

before_install:
- npm install -g npm
Expand Down

0 comments on commit f2436f6

Please sign in to comment.