From: Tom Hughes Date: Fri, 1 Jul 2016 11:30:38 +0000 (+0100) Subject: Switch travis to test on ruby 2.3 X-Git-Tag: live~3811 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/6403fd2cd476abe709a2dd048e43994efa3db080 Switch travis to test on ruby 2.3 --- diff --git a/.travis.yml b/.travis.yml index 6c41bc8b8..36758b0b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: ruby rvm: - - 2.1.8 + - 2.3 cache: bundler addons: postgresql: 9.1