Skip to content

Commit

Permalink
added rake default task for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-ati committed Apr 27, 2012
1 parent 711cab4 commit e3a0dc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require "bundler/gem_tasks"
require "rake/testtask"

task :default => [:test]

Rake::TestTask.new(:test) do |test|
test.libs << 'lib' << 'test'
test.pattern = 'test/**/*_test.rb'
Expand Down

0 comments on commit e3a0dc2

Please sign in to comment.