From 8e239fa712a03853ae661935f0c8c8af4bc13a6f Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Wed, 16 Nov 2016 17:29:56 +0900 Subject: Run tests by Ruby 2.2.6 and 2.3.2 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d465378c72..ec30601b43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,14 +47,14 @@ env: - "GEM=guides" rvm: - - 2.2.5 - - 2.3.1 + - 2.2.6 + - 2.3.2 - ruby-head matrix: include: # Latest compiled version in http://rubies.travis-ci.org - - rvm: 2.3.1 + - rvm: 2.3.2 env: - "GEM=ar:mysql2" addons: -- cgit v1.2.3