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
diff options
context:
space:
mode:
authorRaphael Sofaer <raphael@joindiaspora.com>2011-07-02 11:26:41 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-07-02 11:50:11 +0400
commit3baf433b3a4be611d58a12952c1ccf42b9c596d6 (patch)
treef414b88cd6e9096155a6cb4f51338256d0427578 /Gemfile
parentac832f160cb697ccd010e352a6038cca4aff040a (diff)
More travis stuff
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile10
1 files changed, 6 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 00b4b0fd7..029e6610e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -81,10 +81,12 @@ end
group :test, :development do
gem 'factory_girl_rails', :require => false
- gem 'ruby-debug-base19', '0.11.23' if RUBY_VERSION.include? '1.9.1'
- gem 'ruby-debug19', :platforms => :ruby_19
- gem 'ruby-debug', :platforms => :mri_18
- gem 'linecache', '0.43', :platforms => :mri_18
+ unless ENV["TRAVIS"]
+ gem 'ruby-debug-base19', '0.11.23' if RUBY_VERSION.include? '1.9.1'
+ gem 'ruby-debug19', :platforms => :ruby_19
+ gem 'ruby-debug', :platforms => :mri_18
+ gem 'linecache', '0.43', :platforms => :mri_18
+ end
gem 'launchy'
gem 'jasmine', '1.0.2.1'
end