Skip to content

Commit

Permalink
Added support for CI at travis-ci.org
Browse files Browse the repository at this point in the history
  • Loading branch information
evolve75 committed Aug 23, 2012
1 parent c51883e commit a76aec1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: ruby
rvm:
- 1.9.3
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
- rbx-19mode
- 1.8.7
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ PKG_VER = GEM_SPEC.version
GEM_NAME = "#{PKG_NAME}-#{PKG_VER}.gem"

desc "Default Task (Run the tests)"
task :default => 'test:rcov'
task :default => 'test:unit'

desc "Display the current gem version"
task :version do
Expand Down

0 comments on commit a76aec1

Please sign in to comment.