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