mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-11-24 08:52:38 +02:00
8 lines
127 B
YAML
8 lines
127 B
YAML
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
script:
|
|
- docker run -v $(pwd):/tests --rm centos:7 /tests/travis/backup_restore.sh
|