Skip to content

Commit

Permalink
drop node 4 testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Sep 5, 2017
1 parent ac6a47f commit 7062ceb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "4"
- "6"
- "8"

# these are required for building on node.js v4
addons:
Expand Down
4 changes: 4 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## 1.0.4 - 2017-__-__

- drop node 4.x testing.

## 1.0.3 - 2017-08-06

- corrected config path to always_ok setting
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haraka-plugin-syslog",
"version": "1.0.3",
"version": "1.0.4",
"description": "Haraka plugin that logs to syslog",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7062ceb

Please sign in to comment.