mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
chore: updated changelog, added windows to travis build
This commit is contained in:
parent
0fcbb95a8e
commit
9f504ec92c
10
.travis.yml
10
.travis.yml
@ -1,9 +1,11 @@
|
||||
language: node_js
|
||||
dist: trusty
|
||||
os:
|
||||
- linux
|
||||
- windows
|
||||
sudo: false
|
||||
node_js:
|
||||
- '12'
|
||||
- '10'
|
||||
- '8'
|
||||
- "12"
|
||||
- "10"
|
||||
- "8"
|
||||
after_success:
|
||||
- npm run codecov
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
# log4js-node changelog
|
||||
|
||||
## 5.1.0
|
||||
|
||||
- [Update streamroller to 2.1.0 (windows fixes)](https://github.com/log4js-node/log4js-node/pull/933)
|
||||
|
||||
## 5.0.0
|
||||
|
||||
- [Update streamroller to 2.0.0 (remove support for node v6)](https://github.com/log4js-node/log4js-node/pull/922)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user