Skip to content

Commit

Permalink
remove node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed May 9, 2018
1 parent a72f1b9 commit 301e534
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- 10
- 9
- 8
- 6
- 4
- 8
- 9
- 10
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"license": "MIT",
"browser": "browser.js",
"engines": {
"node": ">=4"
"node": ">=6"
}
}

0 comments on commit 301e534

Please sign in to comment.