Skip to content

Commit

Permalink
Remove 1.8, 1.9.2 support, per README
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Dec 9, 2013
1 parent 7c76b1b commit dc88869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
script: "cp spec/database.yml.sample spec/database.yml && bundle install && bundle exec rake"
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
env:
- DB=sqlite3
- DB=mysql
- DB=postgresql
- DB=postgresql
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'bundler/setup'
require 'appraisal'

desc 'Default: run specs'
task :default => :spec
task :default => :spec

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new do |t|
Expand Down

0 comments on commit dc88869

Please sign in to comment.