Skip to content

Commit b125aca

Browse files
committed
Fix Ruby version in test matrix
This Ruby version should be 2.2.4 in favor of 482cab3.
1 parent df82b98 commit b125aca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ matrix:
2424
gemfile: gemfiles/Gemfile.rails-edge
2525
- rvm: 2.1
2626
gemfile: gemfiles/Gemfile.rails-edge
27-
- rvm: 2.2.2
27+
- rvm: 2.2.4
2828
gemfile: gemfiles/Gemfile.rails-3.0
29-
- rvm: 2.2.2
29+
- rvm: 2.2.4
3030
gemfile: gemfiles/Gemfile.rails-3.1
31-
- rvm: 2.2.2
31+
- rvm: 2.2.4
3232
gemfile: gemfiles/Gemfile.rails-3.2
3333
- rvm: 2.3.0
3434
gemfile: gemfiles/Gemfile.rails-3.0

0 commit comments

Comments
 (0)