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-06-29 22:52:13 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-06-29 22:52:13 +0400
commitd1a149f9f65bb151c5f98300071ee367d6992a90 (patch)
tree85a8a85f45ab37e9abcd95da75a17b8ed5890e6f /lib
parent5243a3203fbbca2729d19b6435eb6575b2eee5a6 (diff)
Some stuff to not need an application.yml in CI
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/cruise.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/cruise.rake b/lib/tasks/cruise.rake
index 484f68afd..9888385f4 100644
--- a/lib/tasks/cruise.rake
+++ b/lib/tasks/cruise.rake
@@ -4,7 +4,7 @@ namespace :cruise do
puts "Starting virtual display..."
`sh -e /etc/init.d/xvfb start`
puts "Starting specs..."
- system('export DISPLAY=:99.0 && bundle exec rake')
+ system('export DISPLAY=:99.0 && CI=true bundle exec rake')
exit_status = $?.exitstatus
puts "Stopping virtual display..."
`sh -e /etc/init.d/xvfb stop`