From f8df55bc9a6ae63f987a197ea072614a731ebb29 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Fri, 6 Jul 2018 13:54:31 -0700 Subject: [PATCH] Add PgSQL11 to CI matrix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 35123ad..daae5b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,11 +14,11 @@ addons: compiler: - gcc - - clang env: - PG_VERSION=9.6 - PG_VERSION=10 + - PG_VERSION=11 before_script: - sudo /etc/init.d/postgresql stop