Skip to content

Commit ce85298

Browse files
committed
Add Ruby 2.3.0 to .travis.yml
I wanted to consider removing 1.9.3 support, but according to http://guides.rubyonrails.org/getting_started.html Rails itself still supports 1.9.3 so we should probably continue to do so in Spring until Rails drops it (i.e. in Rails 5).
1 parent 2f88ab3 commit ce85298

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ rvm:
66
- 2.0.0
77
- 2.1.5
88
- 2.2.0
9+
- 2.3.0
910
env:
1011
- RAILS_VERSION="~> 4.0.0"
1112
- RAILS_VERSION="~> 4.1.0"

0 commit comments

Comments
 (0)