Skip to content

Commit

Permalink
Remove Ruby 1.9.2 from Travis
Browse files Browse the repository at this point in the history
Signed-off-by: David Celis <me@davidcel.is>
  • Loading branch information
davidcelis committed Apr 6, 2014
1 parent 4a10c9c commit ae4b00a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@ language: ruby
services: services:
- redis-server - redis-server
rvm: rvm:
- 1.9.2
- 1.9.3 - 1.9.3
- 2.0.0 - 2.0.0
- 2.1.0 - 2.1.0
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_40.gemfile
Expand Up @@ -4,4 +4,4 @@ gemspec :path => '../'
gem 'rails', '~> 4.0.1' gem 'rails', '~> 4.0.1'


gem 'sqlite3', :platform => :ruby gem 'sqlite3', :platform => :ruby
gem 'activerecord-jdbcsqlite3-adapter', :platforms=>:jruby gem 'activerecord-jdbcsqlite3-adapter', :platforms => :jruby

0 comments on commit ae4b00a

Please sign in to comment.