From fa3223777f4160fb039527dacd47d7e9ff35db06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Mart=C3=ADn?= Date: Mon, 19 Feb 2018 12:43:36 +0100 Subject: [PATCH] using new docker image with redis4 and redis-cell --- .travis.yml | 4 ++-- run_tests.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fefef779..7a06f24a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,10 @@ services: - docker before_install: - - docker pull cartoimages/windshaft-testing + - docker pull oleurud/windshaft-carto script: - - docker run -e POSTGIS_VERSION=2.4 -v `pwd`:/srv cartoimages/windshaft-testing bash docker-test.sh + - docker run -e POSTGIS_VERSION=2.4 -v `pwd`:/srv oleurud/windshaft-carto bash docker-test.sh language: generic diff --git a/run_tests.sh b/run_tests.sh index bec0c43d..270dd0ae 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -106,7 +106,7 @@ TESTS=$@ if test x"$OPT_CREATE_REDIS" = xyes; then echo "Starting redis on port ${REDIS_PORT}" - echo "port ${REDIS_PORT}" | redis-server - --loadmodule /home/ubuntu/libredis_cell.so > ${BASEDIR}/test.log & + echo "port ${REDIS_PORT}" | redis-server - --loadmodule /lib/libredis_cell.so > ${BASEDIR}/test.log & PID_REDIS=$! echo ${PID_REDIS} > ${BASEDIR}/redis.pid fi