Skip to content

Commit

Permalink
Merge branch 'dev' into feature/add_proxy_support
Browse files Browse the repository at this point in the history
  • Loading branch information
daiiz committed Oct 17, 2019
2 parents e987049 + 898d02e commit 9f7f1fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ sudo: required
dist: trusty
language: node_js
node_js:
- "12"
- "10"
- "8"
- "6"
before_install: npm install -g grunt-cli
install: npm install

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"test": "grunt run_tests"
},
"engines": {
"node": ">= 4.0.1"
"node": ">= 8.0.0"
}
}

0 comments on commit 9f7f1fa

Please sign in to comment.