use same postgres and ruby version as core

This commit is contained in:
Rimian Perkins 2019-08-26 18:02:50 +10:00
parent 8d83fa6a40
commit 1162aa2070
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ dist: trusty
cache: bundler --path $TRAVIS_BUILD_DIR/discourse/vendor
addons:
postgresql: 11.5
postgresql: 9.6
apt:
packages:
- gifsicle
@ -18,7 +18,7 @@ addons:
- jhead
rvm:
- 2.6.2
- 2.6.3
services:
- redis-server