Skip to content

Commit

Permalink
Trimmed build matrix down to current supported Rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Feb 15, 2015
1 parent 4ffc9ee commit be604bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 25 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
@@ -1,26 +1,19 @@
language: ruby

rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1
- jruby-19mode

gemfile:
- gemfiles/rails3.1.gemfile
- gemfiles/rails3.2.gemfile
- gemfiles/rails4.0.gemfile
- gemfiles/rails4.1.gemfile
- gemfiles/rails4.2.gemfile

sudo: false

matrix:
exclude:
- rvm: 1.9.2
gemfile: gemfiles/rails4.0.gemfile
- rvm: 1.9.2
gemfile: gemfiles/rails4.1.gemfile
fast_finish: true

notifications:
email:
Expand Down
12 changes: 4 additions & 8 deletions Appraisals
@@ -1,15 +1,11 @@
appraise "rails3.1" do
gem "rails", "~> 3.1.0"
end

appraise "rails3.2" do
gem "rails", "~> 3.2.0"
end

appraise "rails4.0" do
gem "rails", "~> 4.0.0"
end

appraise "rails4.1" do
gem "rails", "~> 4.1.0"
end

appraise "rails4.2" do
gem "rails", "~> 4.2.0"
end
7 changes: 0 additions & 7 deletions gemfiles/rails4.0.gemfile

This file was deleted.

2 changes: 1 addition & 1 deletion gemfiles/rails3.1.gemfile → gemfiles/rails4.2.gemfile
Expand Up @@ -2,6 +2,6 @@

source "https://rubygems.org"

gem "rails", "~> 3.1.0"
gem "rails", "~> 4.2.0"

gemspec :path => "../"

1 comment on commit be604bd

@invisiblefunnel
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @rmm5t!

Please sign in to comment.