Skip to content

Commit

Permalink
chore: Update travis config
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for node < 8
  • Loading branch information
hicom150 committed Mar 18, 2019
1 parent eefaaa2 commit 00090ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: node_js
node_js:
- 6
- 8
- 10

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -58,7 +58,7 @@
"sinon-chai": "^2.8.0"
},
"engines": {
"node": ">=6.0.0"
"node": ">=8.0.0"
},
"contributors": [
"dignifiedquire <dignifiedquire@gmail.com>",
Expand Down

0 comments on commit 00090ea

Please sign in to comment.