Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 688d918

Browse files
committed
chore: bump version official support
1 parent 4f681dc commit 688d918

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,18 @@ language: node_js
33

44
matrix:
55
include:
6-
- node_js: 4
7-
env: CXX=g++-4.8
86
- node_js: 6
97
env: CXX=g++-4.8
10-
- node_js: stable
8+
- node_js: 8
119
env: CXX=g++-4.8
12-
13-
# Make sure we have new NPM.
14-
before_install:
15-
- npm install -g npm@4
10+
# - node_js: stable
11+
# env: CXX=g++-4.8
1612

1713
script:
1814
- npm run lint
1915
- npm run test
2016
- npm run coverage
17+
- make test
2118

2219
before_script:
2320
- export DISPLAY=:99.0

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@
2424
<a href="https://github.com/feross/standard"><img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square"></a>
2525
<a href="https://github.com/RichardLitt/standard-readme"><img src="https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square" /></a>
2626
<a href=""><img src="https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square" /></a>
27-
<a href=""><img src="https://img.shields.io/badge/Node.js-%3E%3D4.0.0-orange.svg?style=flat-square" /></a>
27+
<a href=""><img src="https://img.shields.io/badge/Node.js-%3E%3D6.0.0-orange.svg?style=flat-square" /></a>
2828
<br>
2929
</p>
3030

31-
3231
> A client library for the IPFS HTTP API, implemented in JavaScript. This client library implements the [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core) enabling applications to change between a embebed js-ipfs node and any remote IPFS node without having to change the code. In addition, this client library implements a set of utility functions.
3332
3433
## Table of Contents
@@ -54,7 +53,7 @@ This module uses node.js, and can be installed through npm:
5453
> npm install --save ipfs-api
5554
```
5655

57-
**Note:** ipfs-api requires Node.js v4 (LTS) or higher.
56+
**Note:** ipfs-api requires Node.js v6 (LTS) or higher.
5857

5958
### Running the daemon with the right port
6059

0 commit comments

Comments
 (0)