Skip to content
Snippets Groups Projects
Commit a71785a4 authored by Alex Reisner's avatar Alex Reisner
Browse files

Don't run integration tests by default.

They may fail on Travis CI because of quota issues with providers.
parent bb227f7c
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ Rake::TestTask.new(:integration) do |test|
test.verbose = true
end
task :default => [:test, :integration]
task :default => [:test]
require 'rdoc/task'
Rake::RDocTask.new do |rdoc|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment