1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/.travis.yml

34 lines
602 B
YAML
Raw Normal View History

branches:
only:
- integration
- /-ci$/
dist: trusty
sudo: required
language: c
services:
- docker
matrix:
include:
- env: PGB_CI="--vm=u12 test"
- env: PGB_CI="--vm=f30 test"
- env: PGB_CI="--vm=co6 test"
- env: PGB_CI="--vm=u18 test"
- env: PGB_CI="--vm=u18 doc"
- env: PGB_CI="--vm=co7 test"
- dist: bionic
env: PGB_CI="--vm=none test"
services:
- env: PGB_CI="--vm=co6 doc"
- env: PGB_CI="--vm=co7 doc"
install:
- umask 0022
- cd ~ && pwd && whoami && umask && groups
script:
- ${TRAVIS_BUILD_DIR?}/test/travis.pl ${PGB_CI?}