Skip to content

Commit 81f5f9a

Browse files
committed
Fix build.
1 parent 5c145b8 commit 81f5f9a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

circle.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ machine:
77
version: 5.7.0
88
dependencies:
99
pre:
10-
- npm i -g npm codecov nyc
11-
- npm i js-data@^3.0.0-beta.10 rethinkdbdash
10+
- npm i -g npm
11+
- npm i -g codecov nyc
12+
- npm i js-data@^3.0.0-rc.4 rethinkdbdash
1213
- source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
1314
- wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
1415
- sudo apt-get update -qq

0 commit comments

Comments
 (0)