mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
add default rake task for travis
This commit is contained in:
parent
ad9da10c32
commit
a64b5b25a7
1 changed files with 4 additions and 0 deletions
4
Rakefile
4
Rakefile
|
@ -1 +1,5 @@
|
||||||
require "bundler/gem_tasks"
|
require "bundler/gem_tasks"
|
||||||
|
|
||||||
|
task :default => :spec
|
||||||
|
require 'rspec/core/rake_task'
|
||||||
|
RSpec::Core::RakeTask.new
|
||||||
|
|
Loading…
Reference in a new issue