mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 14:56:59 +02:00
Add postgres version 13 tto Travis (#1235)
Update the travis-ci configuration to run test on latest stable version ie 13
This commit is contained in:
parent
45a4b6f353
commit
63e4eea5f0
@ -8,10 +8,12 @@ env:
|
|||||||
- LISP=ccl PGVERSION=10
|
- LISP=ccl PGVERSION=10
|
||||||
- LISP=ccl PGVERSION=11
|
- LISP=ccl PGVERSION=11
|
||||||
- LISP=ccl PGVERSION=12
|
- LISP=ccl PGVERSION=12
|
||||||
|
- LISP=ccl PGVERSION=13
|
||||||
- LISP=sbcl PGVERSION=9.6
|
- LISP=sbcl PGVERSION=9.6
|
||||||
- LISP=sbcl PGVERSION=10
|
- LISP=sbcl PGVERSION=10
|
||||||
- LISP=sbcl PGVERSION=11
|
- LISP=sbcl PGVERSION=11
|
||||||
- LISP=sbcl PGVERSION=12
|
- LISP=sbcl PGVERSION=12
|
||||||
|
- LISP=sbcl PGVERSION=13
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ./.travis.sh lisp_install
|
- ./.travis.sh lisp_install
|
||||||
|
Loading…
Reference in New Issue
Block a user