pguri/.travis.yml

19 lines
447 B
YAML
Raw Normal View History

2015-03-13 04:42:31 +00:00
language: c
before_install:
- wget https://gist.github.com/petere/5893799/raw/apt.postgresql.org.sh
- wget https://gist.github.com/petere/6023944/raw/pg-travis-test.sh
- sudo sh ./apt.postgresql.org.sh
install:
- sudo apt-get install -qq liburiparser-dev
env:
- PGVERSION=9.1
- PGVERSION=9.2
- PGVERSION=9.3
- PGVERSION=9.4
2019-04-23 16:21:16 +00:00
- PGVERSION=9.5
- PGVERSION=9.6
- PGVERSION=10
- PGVERSION=11
2015-03-13 04:42:31 +00:00
script:
- bash ./pg-travis-test.sh