Change Travis build matrix (#1110)

We remove the Travis jobs without the PGLOADER environment variable set to fix #1109 and add Postgres versions 10, 11, and 12 to build and test pgloader against them.
This commit is contained in:
Michał "phoe" Herda 2020-03-28 12:22:02 +01:00 committed by GitHub
parent 64643bff83
commit 5e7de5d68d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,14 @@ sudo: required
env:
matrix:
- LISP=ccl
- LISP=ccl PGVERSION=9.6
- LISP=sbcl
- LISP=ccl PGVERSION=10
- LISP=ccl PGVERSION=11
- LISP=ccl PGVERSION=12
- LISP=sbcl PGVERSION=9.6
- LISP=sbcl PGVERSION=10
- LISP=sbcl PGVERSION=11
- LISP=sbcl PGVERSION=12
install:
- ./.travis.sh lisp_install