From: Tom Hughes Date: Fri, 1 Jul 2016 12:40:09 +0000 (+0100) Subject: Switch travis to test on ruby 2.3.1 X-Git-Tag: live~3804 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/46b899a964f3d0c06263e6709fc9127ad7dca48a?hp=6403fd2cd476abe709a2dd048e43994efa3db080 Switch travis to test on ruby 2.3.1 --- diff --git a/.travis.yml b/.travis.yml index 36758b0b7..3737f2d1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: ruby rvm: - - 2.3 + - 2.3.1 cache: bundler addons: postgresql: 9.1