Skip to content

Commit

Permalink
Explicitly install bitcore-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptEmulation committed Mar 25, 2017
1 parent 2d19e30 commit 40582fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ node_js:
- "v0.12.7"
- "v4"
script:
- npm install
- npm install bitcore-lib
- npm run regtest
- npm run test
- npm run jshint
after_success:
- npm run coveralls
- npm run coveralls

0 comments on commit 40582fd

Please sign in to comment.