From 85bd3f019e5dbce6207eb5320af0114f53679fa1 Mon Sep 17 00:00:00 2001 From: Anders Olsen Sandvik Date: Tue, 10 Feb 2015 18:07:37 +0100 Subject: [PATCH] Testing out Postgres 9.4 on Travis [experimental] http://docs.travis-ci.com/user/build-environment-updates/2015-02-03/#PostgreSQL-9.4 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2cf932d05e..5241ff4503 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ notifications: rooms: secure: GiIDk52xccnUKnevjLE+w6eUXg0jfV7oOmagw5VnOV5jXGUxdzMk/Q9um+oSClEPE51IvF76zoFEKPIX/CNdjgalEr+CZADy1gene/YRGrNgrXmYYmiU1/dNzelpla1WpKPrY2pkbOgKxrCR9ScID+pMs6vzvJnPwK9vu66W61U= addons: - postgresql: "9.3" + postgresql: "9.4"