Skip to content

Commit

Permalink
[#180] Use Travis CI
Browse files Browse the repository at this point in the history
* Start by supporting Ruby 1.8.7, REE, 1.9.2, 1.93.
* Use Appraisal to support Rails 3.0 and 3.1.
  • Loading branch information
Dan Croak committed Feb 17, 2012
1 parent 3ecb5e5 commit 91674c6
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 11 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
rvm:
- ree-1.8.7
- 1.8.7
- 1.9.2
- 1.9.3
before_install:
- gem update --system
script: "bundle exec rake"
gemfile:
- gemfiles/3.0.9.gemfile
- gemfiles/3.1.0.gemfile
branches:
only:
- master
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Clearance
Clearance [![Build Status](https://secure.travis-ci.org/thoughtbot/clearance.png)](http://travis-ci.org/thoughtbot/clearance?branch=master)
=========

Rails authentication & authorization with email & password.
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/3.0.9.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

source "http://rubygems.org"

gem "rails", "3.0.9"
gem "shoulda-matchers", :git=>"git://github.com/thoughtbot/shoulda-matchers.git"
gem "database_cleaner"
gem "aruba", "~> 0.4.2"
gem "capybara", "~> 1.1.1"
gem "factory_girl_rails"
gem "shoulda-matchers", :git=>"git://github.com/thoughtbot/shoulda-matchers.git"
gem "database_cleaner"
gem "launchy"
gem "aruba", "~> 0.4.2"
gem "rails", "3.0.9"

gemspec :path=>"../"
2 changes: 1 addition & 1 deletion gemfiles/3.0.9.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GIT
shoulda-matchers (1.0.0)

PATH
remote: /home/mike/lib/clearance
remote: /Users/croaky/dev/clearance
specs:
clearance (0.15.0)
diesel (~> 0.1.5)
Expand Down
8 changes: 4 additions & 4 deletions gemfiles/3.1.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

source "http://rubygems.org"

gem "rails", "3.1.0"
gem "shoulda-matchers", :git=>"git://github.com/thoughtbot/shoulda-matchers.git"
gem "database_cleaner"
gem "aruba", "~> 0.4.2"
gem "capybara", "~> 1.1.1"
gem "factory_girl_rails"
gem "shoulda-matchers", :git=>"git://github.com/thoughtbot/shoulda-matchers.git"
gem "database_cleaner"
gem "launchy"
gem "aruba", "~> 0.4.2"
gem "rails", "3.1.0"

gemspec :path=>"../"
2 changes: 1 addition & 1 deletion gemfiles/3.1.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GIT
shoulda-matchers (1.0.0)

PATH
remote: /home/mike/lib/clearance
remote: /Users/croaky/dev/clearance
specs:
clearance (0.15.0)
diesel (~> 0.1.5)
Expand Down

0 comments on commit 91674c6

Please sign in to comment.