fix travis build

This commit is contained in:
Loic Nageleisen 2015-08-05 15:04:45 +02:00
parent 32b99b62bf
commit 4de945073f
5 changed files with 11 additions and 5 deletions

View file

@ -18,4 +18,5 @@ task :coverage do
Rake::Task['spec'].execute
end
task default: :spec
task default: :ci
task ci: [:spec, :rubocop]