From 5e7de5d68d23c621b5cf11c5d7933032f34bbb8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=22phoe=22=20Herda?= Date: Sat, 28 Mar 2020 12:22:02 +0100 Subject: [PATCH] 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. --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 99a7185..9a76afa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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