From 51f73d7229c28707128233cde45022d8193be4dd Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 16 Dec 2017 11:07:20 -0600 Subject: [PATCH] Add PostgreSQL 10 to Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index dfdf3621..1afd139e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ env: - PGX_TEST_DATABASE=postgres://pgx_md5:secret@127.0.0.1/pgx_test matrix: - CRATEVERSION=2.1 + - PGVERSION=10 - PGVERSION=9.6 - PGVERSION=9.5 - PGVERSION=9.4