Skip to content

Commit

Permalink
set up travis cl, set default rake task to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vincedevendra committed Feb 25, 2016
1 parent 3c87f3d commit ae94575
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -6,3 +6,5 @@ Rake::TestTask.new do |t|
t.test_files = FileList['test/*_test.rb']
t.verbose
end

task :default => [:test]

0 comments on commit ae94575

Please sign in to comment.