From 649d752c057df7330e9b2fd152ba6c10f42fb08e Mon Sep 17 00:00:00 2001 From: Brandon Dunne Date: Mon, 15 Oct 2018 11:46:28 -0400 Subject: [PATCH] Test against a (ManageIQ) supported version of Postgres --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f04d713597..1dec5d914a 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: