Skip to content

Commit

Permalink
Updates for running on current ecosystem for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptEmulation committed Mar 25, 2017
1 parent 40582fd commit 523e162
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ node_js:
- "v0.12.7"
- "v4"
script:
# When all dependencies declare bitcore-lib as a peerDependency this can be bumped up, but this matches the current version expected by dependencies
- npm install [email protected]
- npm install
- npm install bitcore-lib
- npm run regtest
- npm run test
- npm run jshint
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"sinon": "^1.15.4"
},
"peerDependencies": {
"bitcore-lib": "^0.14"
"bitcore-lib": "~0.13.7"
},
"license": "MIT"
}

0 comments on commit 523e162

Please sign in to comment.