Skip to content

Commit

Permalink
Drop nodejs 6 support (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought authored and mcollina committed Jul 16, 2019
1 parent 7a1b4d8 commit 93e381e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"
- 8
- 10
- 12
script:
- npm run ci
cache:
Expand Down

0 comments on commit 93e381e

Please sign in to comment.