Skip to content

Commit

Permalink
Install last Riak DB to fix Travis. This is a temporal fix.
Browse files Browse the repository at this point in the history
Travis uses riak 1.2.x and pagination needs 1.4.x.
  • Loading branch information
emancu committed Nov 16, 2013
1 parent 91beab1 commit c5b64c3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ rvm:
- 1.9.3
- 2.0.0

services:
- riak

before_install:
- curl http://apt.basho.com/gpg/basho.apt.key | sudo apt-key add -
- sudo bash -c "echo deb http://apt.basho.com $(lsb_release -sc) main > /etc/apt/sources.list.d/basho.list"
- sudo apt-get update
- gem install dep
- ulimit -n 4096

install:
- yes n | sudo apt-get install riak
- sudo service riak start
- riak version
- dep install

0 comments on commit c5b64c3

Please sign in to comment.