Skip to content

Commit 5eb2dac

Browse files
committed
I supposed npm1 needs an explicit install as well
1 parent ffef84a commit 5eb2dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ node_js:
1717
script:
1818
# Install peerDependencies on > npm3
1919
# When all dependencies declare bitcore-lib as a peerDependency this can be bumped up, but this matches the current ecosystem version expected by dependencies
20-
- if [ $(npm --version | sed 's/\..*//g') -ge 3 ]; then npm install bitcore-lib@^0.13.13; fi
20+
- if [ $(npm --version | sed 's/\..*//g') -ne 2 ]; then npm install bitcore-lib@^0.13.13; fi
2121
- npm run regtest
2222
- npm run test
2323
- npm run jshint

0 commit comments

Comments
 (0)