Skip to content

Commit

Permalink
BREAKING CHANGE: drop support for node < 4
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 17, 2017
1 parent 9c491a0 commit 9cbb8c7
Show file tree
Hide file tree
Showing 2 changed files with 1,950 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,10 +1,10 @@
language: node_js
node_js:
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"
- "0.12"
- "0.10"
- "iojs"
script: "npm run-script test-travis"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 9cbb8c7

Please sign in to comment.