RUBY-413: Added support for travis-ci, fix for Gemfile conflict

This commit is contained in:
Tyler Brock 2012-02-24 11:05:04 -05:00
commit eb9b34c1af
2 changed files with 7 additions and 1 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
script: bundle exec rake test:ruby

View File

@ -19,4 +19,4 @@ group :development, :test do
gem "jruby-launcher"
gem "jruby-openssl"
end
end
end