From 63e4eea5f0ded17019b5136ea614dab46266223d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Qui=C3=A9deville?= Date: Sat, 21 Nov 2020 20:13:08 +0100 Subject: [PATCH] Add postgres version 13 tto Travis (#1235) Update the travis-ci configuration to run test on latest stable version ie 13 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 174f521..33c1734 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,12 @@ env: - LISP=ccl PGVERSION=10 - LISP=ccl PGVERSION=11 - LISP=ccl PGVERSION=12 + - LISP=ccl PGVERSION=13 - LISP=sbcl PGVERSION=9.6 - LISP=sbcl PGVERSION=10 - LISP=sbcl PGVERSION=11 - LISP=sbcl PGVERSION=12 + - LISP=sbcl PGVERSION=13 install: - ./.travis.sh lisp_install