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 414b7cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,14 +1,14 @@
language: node_js
node_js:
- '6'
- '8'
- '10'
- '12'
before_script:
- npm install -g grunt-cli
- gem install cucumber aruba
- ./create_config.sh
script:
- npm test
- cucumber -t ~@wip
- cucumber --tags "not @wip
- mkdir -p tmp && ./bin/product-type-generator --types data/sample-product-types.csv
--attributes data/sample-product-types-attributes.csv --target ./tmp --zip
- mkdir -p tmp && ./bin/product-type-generator --types data/marketplace-types.csv
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 414b7cf

Please sign in to comment.