Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Apr 24, 2011
1 parent 5ad01e1 commit 64002d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,4 +8,4 @@ gemfile:
- "$PWD/gemfiles/rails-3-0-stable"
- "$PWD/gemfiles/rails-master"
env:
- USE_GIT_REPOS=true CI=true
- CI=true
2 changes: 1 addition & 1 deletion gemfiles/base.rb
Expand Up @@ -7,7 +7,7 @@ def self.extended(host)
library_path = File.expand_path("../../../#{lib}", __FILE__)
if File.exist?(library_path)
gem lib, :path => library_path
elsif ENV["USE_GIT_REPOS"] == 'true'
elsif ENV["CI"] || ENV["USE_GIT_REPOS"]
gem lib, :git => "git://github.com/rspec/#{lib}.git"
else
gem lib
Expand Down

0 comments on commit 64002d7

Please sign in to comment.