From a710961c30d211dbe891f2ad0fbd27385dd7c0e9 Mon Sep 17 00:00:00 2001 From: Martin Hradil Date: Tue, 16 Oct 2018 12:04:56 +0000 Subject: [PATCH] Travis - change postgres to 9.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4584df88..b5f50b72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ env: - RUBY_GC_HEAP_INIT_SLOTS=600000 - RUBY_GC_HEAP_GROWTH_FACTOR=1.25 addons: - postgresql: '9.4' + postgresql: '9.5' install: bin/setup after_script: bundle exec codeclimate-test-reporter notifications: