Travis CI: Add new PostgreSQL versions
This commit is contained in:
parent
dd3f45945b
commit
437ae00801
|
@ -10,5 +10,9 @@ env:
|
||||||
- PGVERSION=9.2
|
- PGVERSION=9.2
|
||||||
- PGVERSION=9.3
|
- PGVERSION=9.3
|
||||||
- PGVERSION=9.4
|
- PGVERSION=9.4
|
||||||
|
- PGVERSION=9.5
|
||||||
|
- PGVERSION=9.6
|
||||||
|
- PGVERSION=10
|
||||||
|
- PGVERSION=11
|
||||||
script:
|
script:
|
||||||
- bash ./pg-travis-test.sh
|
- bash ./pg-travis-test.sh
|
||||||
|
|
Loading…
Reference in New Issue