pg_repack/.travis.yml
Daniele Varrazzo 8bdba99642 Fixed hba configuration to test on PG 10
Use env vars instead of hardcoded PG version to select config options.
2017-04-25 15:09:43 +01:00

26 lines
337 B
YAML

# Travis CI configuration file for psycopg2
dist: trusty
sudo: required
env:
- PGVER=10
PGTESTING=1
- PGVER=9.6
- PGVER=9.5
- PGVER=9.4
- PGVER=9.3
- PGVER=9.2
- PGVER=9.1
install:
- source regress/travis_prepare.sh
- make
- sudo make install
script:
- regress/travis_test.sh
notifications:
email: false