Skip to content

Commit

Permalink
include node v10.x in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
osher committed Jul 3, 2018
1 parent 970a6c7 commit 2807ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "10"
- "8"
- "7"
- "6"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ e2e-helper
==========
## 0.9.3
- add in Readme.md the undocumented feature: `options.env`
- include node v10.x in tests

## 0.9.2
- fix bug: kill timeouts should be `.unref()`ed
Expand Down

0 comments on commit 2807ed9

Please sign in to comment.