Skip to content

Commit

Permalink
Use latest redis-server package available in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Nov 8, 2018
1 parent 8d9a754 commit eba0551
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ gemfile:
- Gemfile
addons:
postgresql: "9.4"
apt:
packages:
- redis-server
env:
- PGUSER=postgres
before_script:
- redis-server --version
- sudo sed -i -e 's/bind 127.0.0.1 ::1/bind 127.0.0.1/g' /etc/redis/redis.conf
- sudo service redis-server start
- psql -c 'create database message_bus_test;' -U postgres
services:
- redis-server
- postgresql

0 comments on commit eba0551

Please sign in to comment.