use redis module version from carto

This commit is contained in:
Gonzalo Riestra 2019-03-08 13:01:56 +01:00
parent d1ee383d9b
commit cc1df0a708

View File

@ -26,7 +26,7 @@ before_install:
- sudo rm -rf /etc/postgresql/$POSTGRESQL_VERSION /var/lib/postgresql/$POSTGRESQL_VERSION
- sudo pg_createcluster -u postgres $POSTGRESQL_VERSION main -- -A trust
- sudo /etc/init.d/postgresql start $POSTGRESQL_VERSION || sudo journalctl -xe
- sudo pip install redis
- sudo pip install redis==2.4.9
script:
- make
- sudo make install