required by travis-ci.org

This commit is contained in:
Tom Vaughan 2012-08-22 11:51:43 -07:00
parent 2f5bcb24db
commit 956e622b5d

View file

@ -31,3 +31,5 @@ task :release => :package do
system "gem push #{PACKAGE}-#{VERSION}"
end
end
task :default => :test