observatory-extension/scripts/ci/docker-test.sh
Mario de Frutos Dieguez a0b2c86645
Support for PG11
- Start using Docker to test in TravisCI
- Support for PG10 and PG11 and remove support for old versions
2019-04-12 10:59:58 +02:00

5 lines
227 B
Bash
Executable File

#!/bin/bash
docker run -e PGHOST=localhost -e PGPORT=5432 -v `pwd`:/srv --entrypoint="/bin/bash" ${1} /srv/scripts/ci/run_tests_docker.sh && \
docker ps --filter status=dead --filter status=exited -aq | xargs docker rm -v