Skip to content

Commit

Permalink
chore: Dropped support of Node.js 4
Browse files Browse the repository at this point in the history
Some NPM dependencies dropped support of Node.js 4. It is easier to drop it
too, that looking for workarounds to get the testing build running, or claim
the support without actually testing it.

Add testing opn Node.js 10.

BREAKING CHANGE: Dropped support of Node.js 4
  • Loading branch information
prantlf committed Apr 27, 2018
1 parent 8a464e0 commit 5ac3a71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ cache:
notifications:
email: false
node_js:
- '10'
- '8'
- '6'
- '4'
before_install:
- npm install -g npm
before_script:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The programmatic interface did not change and has remained compatible.

## Command-line usage

Make sure that you have [NodeJS] >= 4 installed. Install the `nettime` package globally and print timings of a sample web site:
Make sure that you have [NodeJS] >= 6 installed. Install the `nettime` package globally and print timings of a sample web site:

```bash
$ npm install -g nettime
Expand Down Expand Up @@ -63,7 +63,7 @@ are compatible with curl. Timings are printed to the standard output.

## Programmatic usage

Make sure that you use [NodeJS] >= 4. Install the `nettime` package locally and get time duration of waiting for the response and downloading the content of a sample web page:
Make sure that you use [NodeJS] >= 6. Install the `nettime` package locally and get time duration of waiting for the response and downloading the content of a sample web page:

```bash
npm install --save nettime
Expand Down Expand Up @@ -139,6 +139,7 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.

## Release History

* 2018-04-27 v2.0.0 Dropped support of Node.js 4
* 2018-03-16 v1.1.2 Upgrade package dependencies
* 2017-12-21 v1.1.1 Upgrade semantic release and other dependencies
* 2017-11-11 v1.1.0 Support HTTP/2 requests
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"codacy-coverage": "^2.1.1",
"codecov": "^3.0.0",
"codecov": "^3.0.1",
"coveralls": "^3.0.0",
"semantic-release": "^15.1.7",
"standard": "^11.0.1",
Expand Down

0 comments on commit 5ac3a71

Please # to comment.