Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Aug 23, 2016
2 parents ff5014a + 81f5f9a commit f61cbe5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ machine:
version: 5.7.0
dependencies:
pre:
- npm i -g npm codecov nyc
- npm i js-data@^3.0.0-beta.10 rethinkdbdash
- npm i -g npm
- npm i -g codecov nyc
- npm i js-data@^3.0.0-rc.4 rethinkdbdash
- source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
- wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
- sudo apt-get update -qq
Expand Down

0 comments on commit f61cbe5

Please sign in to comment.