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:
Rodolphe Quiédeville 2020-11-21 20:13:08 +01:00 committed by GitHub
parent 45a4b6f353
commit 63e4eea5f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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