From 200f65cd093711bc64fbfb066dd63be2a846059f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Peignier?= Date: Sat, 16 Dec 2017 19:25:02 -0800 Subject: [PATCH] Postgres 9.2 is not supported since September 2017 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1afd139e..6d4b3cd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,6 @@ env: - PGVERSION=9.5 - PGVERSION=9.4 - PGVERSION=9.3 - - PGVERSION=9.2 before_script: - ./travis/before_script.bash