From f98f54f89ef0e917592a232e08de328cad46fc32 Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Wed, 17 Sep 2014 11:45:23 -0700 Subject: [PATCH] Test on Postgres 9.3, too. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index bcc030b63..cc452c58c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,5 @@ env: - PGVERSION=9.0 - PGVERSION=9.1 - PGVERSION=9.2 + - PGVERSION=9.3 script: bash ./pg-travis-test.sh