Skip to content

Commit

Permalink
chore: Drop support for Node < 8
Browse files Browse the repository at this point in the history
  • Loading branch information
vineet kumar committed Jun 17, 2020
1 parent 4569814 commit 08e4e7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js:
- '6'
- '8'
- '10'
before_script:
- npm install -g grunt-cli
- gem install cucumber aruba
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
},
"main": "main.js",
"engines": {
"node": ">= 6.0.0"
"node": ">= 8.0.0"
},
"scripts": {
"test": "grunt coverage",
Expand Down

0 comments on commit 08e4e7d

Please sign in to comment.