Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRaphael Sofaer <raphael@joindiaspora.com>2011-07-02 11:56:27 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-07-02 11:56:27 +0400
commitde8e750b0dcf3c8b8a779e4408ecdd3bc9ca6257 (patch)
tree579446d0b38ec476a61b193ade7638e0816fe5bd /lib
parent3baf433b3a4be611d58a12952c1ccf42b9c596d6 (diff)
Put it all in the travis yml file
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/cruise.rake5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/tasks/cruise.rake b/lib/tasks/cruise.rake
index e49592d99..0c3ca3a9d 100644
--- a/lib/tasks/cruise.rake
+++ b/lib/tasks/cruise.rake
@@ -10,10 +10,7 @@ namespace :cruise do
raise "db:migrate failed!" unless exit_status == 0
end
- task :travis => ['db:create', 'db:schema:load'] do
- debugger
- Jammit.package!
- debugger
+ task :travis do
run_cruise
end
def run_cruise