Skip to content

Commit

Permalink
Drop support for node v6
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellmorten committed Jun 5, 2019
1 parent d8f7e12 commit 8dbdd0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
after_success: npm run coverage
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -54,7 +54,7 @@ setRunningId({})

### Prerequisits

Requires node v6.
Requires node v8.

### Installing and using

Expand Down

0 comments on commit 8dbdd0f

Please sign in to comment.