Skip to content

Commit

Permalink
Fix redis install
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Apr 13, 2015
1 parent 23b16b1 commit 10c0eee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ before_install:
- sudo add-apt-repository -y ppa:chris-lea/redis-server
- echo "deb http://ppa.launchpad.net/chris-lea/redis-server/ubuntu oneiric main" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update -qq
- sudo apt-get install redis-server -V;
# - sudo apt-get install redis-server -V;
- sudo apt-get install redis-server/oneiric -V --force-yes


install:
Expand Down

0 comments on commit 10c0eee

Please sign in to comment.