Skip to content

Commit

Permalink
RUBY-413: Added support for travis-ci, fix for Gemfile conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBrock committed Feb 24, 2012
2 parents 038cbea + 53b7f8f commit eb9b34c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,6 @@
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
script: bundle exec rake test:ruby
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ group :development, :test do
gem "jruby-launcher" gem "jruby-launcher"
gem "jruby-openssl" gem "jruby-openssl"
end end
end end

0 comments on commit eb9b34c

Please sign in to comment.