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

Commit 645000f

Browse files
committed
Merge pull request #81 from ipfs/solid-tests
Make solid tests for node-ipfs-api
2 parents 1e2d7c7 + 106ee29 commit 645000f

26 files changed

+16252
-16258
lines changed

.eslintrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "standard"
3+
}

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
node_modules
22
some-test.js
33
npm-debug.log
4+
sauce_connect.log
5+
test/tmp-disposable-nodes-addrs.json

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
language: node_js
22
node_js:
33
- "4.0"
4+
5+
before_script:
6+
- export DISPLAY=:99.0
7+
- sh -e /etc/init.d/xvfb start

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ IPFS API wrapper library for Node.js and the browser
88
99
# Usage
1010

11+
### NOTE - Current version only supports IPFS 0.3.7
12+
1113
## Installing the module
1214

1315
### In Node.js Through npm

0 commit comments

Comments
 (0)