Skip to content

Commit d52ee31

Browse files
committed
rails 5 needs ruby 2.2.2+
1 parent 41af607 commit d52ee31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ matrix:
2121
- rvm: rbx-2
2222
include:
2323
- gemfile: gemfiles/Gemfile-rails-5-0
24-
rvm: 2.2
24+
rvm: 2.3
2525
- gemfile: Gemfile
26-
rvm: 2.2.2
26+
rvm: 2.3
2727

2828
notifications:
2929
email: false

0 commit comments

Comments
 (0)