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

Commit

Permalink
Merge pull request #81 from ipfs/solid-tests
Browse files Browse the repository at this point in the history
Make solid tests for node-ipfs-api
  • Loading branch information
daviddias committed Oct 28, 2015
2 parents 1e2d7c7 + 106ee29 commit 645000f
Show file tree
Hide file tree
Showing 26 changed files with 16,252 additions and 16,258 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "standard"
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
some-test.js
npm-debug.log
sauce_connect.log
test/tmp-disposable-nodes-addrs.json
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
language: node_js
node_js:
- "4.0"

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ IPFS API wrapper library for Node.js and the browser
# Usage

### NOTE - Current version only supports IPFS 0.3.7

## Installing the module

### In Node.js Through npm
Expand Down
Loading

0 comments on commit 645000f

Please sign in to comment.