Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Commit

Permalink
Make the default target run tests for Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Feb 19, 2013
1 parent 4df0efd commit b06fc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'rake/testtask'

task :default
task :default => [:test]
task :build

Rake::TestTask.new do |t|
Expand Down

0 comments on commit b06fc5b

Please sign in to comment.