add travis configuration

This commit is contained in:
Charles Lowell 2011-08-22 10:14:23 -05:00
parent fd63f8000f
commit cdf1004b89
2 changed files with 4 additions and 0 deletions

2
.travis.yml Normal file
View File

@ -0,0 +1,2 @@
rvm:
- jruby

View File

@ -17,3 +17,5 @@ end
require 'rake/clean'
directory "target"
CLEAN.include("target")
task :default => [:compile, :spec]