Skip to content

Commit

Permalink
Add travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Mendonça França committed Mar 6, 2012
1 parent e1e00ff commit 2d37e38
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: ruby
rvm:
- 1.9.3
- ree
- jruby-18mode
gemfile:
- gemfiles/Gemfile-rails.3.0.x
- gemfiles/Gemfile-rails.3.1.x
- Gemfile
notifications:
recipients:
- jose.valim@plataformatec.com.br
- carlos@plataformatec.com.br
- rafael.franca@plataformatec.com.br
6 changes: 3 additions & 3 deletions Gemfile
@@ -1,7 +1,7 @@
source "http://rubygems.org"
source :rubygems

gemspec

gem "mocha"
gem 'mocha'

gem "ruby-debug", :platform => :mri_18
gem 'ruby-debug', :platform => :mri_18
6 changes: 6 additions & 0 deletions gemfiles/Gemfile-rails.3.0.x
@@ -0,0 +1,6 @@
source :rubygems

gem 'responders', :path => '..'

gem 'railties', '~> 3.0.0'
gem 'mocha'
6 changes: 6 additions & 0 deletions gemfiles/Gemfile-rails.3.1.x
@@ -0,0 +1,6 @@
source :rubygems

gem 'responders', :path => '..'

gem 'railties', '~> 3.1.0'
gem 'mocha'

0 comments on commit 2d37e38

Please sign in to comment.