mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
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:
parent
64643bff83
commit
5e7de5d68d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user