Travis-CI

This commit is contained in:
kares 2012-02-15 11:45:28 +01:00
parent 5973e06b12
commit 902bf9e12f
2 changed files with 8 additions and 0 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
rvm:
- jruby-18mode
- jruby-19mode
branches:
only:
- master

View File

@ -9,3 +9,5 @@ end
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new
task :default => :spec