Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
chore: Try to make travis happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Apr 8, 2016
1 parent a138a06 commit 775cc46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ node_js:
addons:
firefox: 'latest'

before_install:
- npm i -g npm

before_script:
- npm install -g npm
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
"dignified.js": "^1.0.0",
"fs-blob-store": "^5.2.1",
"idb-plus-blob-store": "^1.0.0",
"ipfs-repo": "^0.5.3",
"ipfs-repo": "github:ipfs/js-ipfs-repo#ipld",
"lodash": "^4.8.2",
"ncp": "^2.0.0",
"pre-commit": "^1.1.2",
"rimraf": "^2.5.2"
},
"dependencies": {
"bs58": "^3.0.0",
"ipfs-blocks": "^0.1.0",
"ipld": "^0.4.0",
"ipfs-blocks": "github:ipfs/js-ipfs-blocks#ipld",
"ipld": "github:dignifiedquire/js-ipld#next",
"is-ipfs": "^0.2.0",
"lodash.flatten": "^4.1.1",
"lodash.includes": "^4.1.2"
Expand Down

0 comments on commit 775cc46

Please sign in to comment.