From 733af8348c3b4aac3f497b947a40ee7550986c11 Mon Sep 17 00:00:00 2001 From: sanemat Date: Wed, 20 Jan 2016 21:48:40 +0900 Subject: [PATCH] chore(travis): test against rails4.2 and rails 5.0 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4eafbc3..803eda8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,6 @@ gemfile: - gemfiles/actionpack_3_2.gemfile - gemfiles/actionpack_4_0.gemfile - gemfiles/actionview_4_1.gemfile + - gemfiles/actionview_4_2.gemfile + - gemfiles/actionview_5_0.gemfile - gemfiles/actionview_master.gemfile