Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
chore: drop support for node6
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for node6
  • Loading branch information
KnisterPeter committed Apr 17, 2019
1 parent c334fc9 commit 032a8b1
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
Expand Up @@ -2,8 +2,8 @@ sudo: false
language: node_js
node_js:
- stable
- '10'
- '8'
- '6'
matrix:
fast_finish: true
branches:
Expand All @@ -21,4 +21,3 @@ cache:
before_script: 'npm run linter'
script: 'npm run test'
after_script: 'npm run coverage'

0 comments on commit 032a8b1

Please sign in to comment.