Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 2d199b5

Browse files
authored
Merge pull request #33 from apiaryio/honzajavorek/drop-node-6
Drop support for Node 6
2 parents d381488 + 1446901 commit 2d199b5

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.travis.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
language: node_js
22
node_js:
3-
- 6
43
- 8
5-
- 'stable'
6-
4+
- 10
75
script:
86
- npm run lint
97
- npm run test
10-
11-
notifications:
12-
email:
13-
recipients:
14-
- adam@apiary.io
15-
on_success: change
16-
on_failure: always

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Parse curl --trace option output to raw HTTP message",
55
"main": "lib/parser.js",
66
"engines": {
7-
"node": ">= 6"
7+
"node": ">= 8"
88
},
99
"scripts": {
1010
"lint": "eslint src/ test/ bin/",

0 commit comments

Comments
 (0)