Skip to content

Commit

Permalink
Drop support for Node 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricedb committed Dec 12, 2018
1 parent f1308df commit bfb56b9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: node_js
node_js:
- "node"
- "10"
- "8"
- "7"
- "6"
- "5"
- 'node'
- '10'
- '8'
- '7'
- '6'
after_success:
- npm run report-coverage

0 comments on commit bfb56b9

Please sign in to comment.