Skip to content

Commit

Permalink
Stop running Travis tests under Node 6.
Browse files Browse the repository at this point in the history
Some dependency of `jest` does not work under Node 6 making tests break
for that target. The `resol-vbus` library itself might still work under
Node 6, but there is no guarantee...
  • Loading branch information
danielwippermann committed May 1, 2020
1 parent 5e91dde commit 7abe3ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
sudo: false
node_js:
- '6'
- '8'
- 'lts/*'
- 'stable'
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ into your shell:

This allows `async` filter callbacks!
- Add `SerialConnection#baudrate` option.
- Stop running Travis tests under Node 6.
Some dependency of `jest` does not work under Node 6 making tests break
for that target. The `resol-vbus` library itself might still work under
Node 6, but there is no guarantee...


## Version 0.20.0 (2019-06-15)
Expand Down

0 comments on commit 7abe3ee

Please sign in to comment.