We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff5014a + 81f5f9a commit f61cbe5Copy full SHA for f61cbe5
circle.yml
@@ -7,8 +7,9 @@ machine:
7
version: 5.7.0
8
dependencies:
9
pre:
10
- - npm i -g npm codecov nyc
11
- - npm i js-data@^3.0.0-beta.10 rethinkdbdash
+ - npm i -g npm
+ - npm i -g codecov nyc
12
+ - npm i js-data@^3.0.0-rc.4 rethinkdbdash
13
- source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
14
- wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
15
- sudo apt-get update -qq
0 commit comments