Skip to content

Commit

Permalink
I supposed npm1 needs an explicit install as well
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptEmulation committed Mar 25, 2017
1 parent ffef84a commit 5eb2dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ node_js:
script:
# Install peerDependencies on > npm3
# When all dependencies declare bitcore-lib as a peerDependency this can be bumped up, but this matches the current ecosystem version expected by dependencies
- if [ $(npm --version | sed 's/\..*//g') -ge 3 ]; then npm install bitcore-lib@^0.13.13; fi
- if [ $(npm --version | sed 's/\..*//g') -ne 2 ]; then npm install bitcore-lib@^0.13.13; fi
- npm run regtest
- npm run test
- npm run jshint
Expand Down

0 comments on commit 5eb2dac

Please sign in to comment.