Skip to content

Commit

Permalink
add rake test
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Aug 17, 2011
1 parent 06a4177 commit db47408
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rvm:
- 1.8.7
- 1.9.2
notifications:
recipients:
- k.haase@finn.de
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:test)

0 comments on commit db47408

Please sign in to comment.