Skip to content

Commit be7c3d1

Browse files
committed
Updates for running on current ecosystem for travis
1 parent 982c9c4 commit be7c3d1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ before_install:
66
- export DISPLAY=:99.0
77
- sh -e /etc/init.d/xvfb start
88
install:
9+
# When all dependencies declare bitcore-lib as a peerDependency this can be bumped up, but this matches the current ecosystem version expected by dependencies
10+
- npm install [email protected]
911
- npm install
10-
- npm install bitcore-lib
1112
after_script:
1213
- gulp coveralls

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"sinon": "^1.12.2"
6565
},
6666
"peerDependencies": {
67-
"bitcore-lib": "^0.14.0"
67+
"bitcore-lib": "~0.13.7"
6868
},
6969
"license": "MIT"
7070
}

0 commit comments

Comments
 (0)