Skip to content

Commit 5a41cf7

Browse files
Merge pull request #99 from elight/feature/add_ruby_2_3_0_to_travis
Add Ruby 2.3.0 to Travis
2 parents 31ff5c5 + eb4fa99 commit 5a41cf7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ gemfile:
55
- gemfiles/Gemfile.rails-4.1
66
- gemfiles/Gemfile.rails-4.2
77
rvm:
8-
- 1.9.3
9-
- 2.0.0
10-
- 2.1.0
8+
- 2.3.0
119
- 2.2.3
10+
- 2.1.0
11+
- 2.0.0
12+
- 1.9.3
1213
- jruby-19mode
1314
- rbx-2
1415
matrix:

0 commit comments

Comments
 (0)