This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,16 @@ source "https://rubygems.org"
3
3
gemspec
4
4
5
5
branch = File . read ( File . expand_path ( "../maintenance-branch" , __FILE__ ) ) . chomp
6
- %w[ rspec rspec-core rspec- expectations rspec-support ] . each do |lib |
6
+ %w[ rspec rspec-expectations ] . each do |lib |
7
7
library_path = File . expand_path ( "../../#{ lib } " , __FILE__ )
8
8
if File . exist? ( library_path ) && !ENV [ 'USE_GIT_REPOS' ]
9
9
gem lib , :path => library_path
10
10
else
11
11
gem lib , :git => "https://github.com/rspec/#{ lib } .git" , :branch => branch
12
12
end
13
13
end
14
+ gem "rspec-core" , :git => "https://github.com/rspec/rspec-core.git" , :branch => "update-travis-build-scripts-2019-12-26-for-master"
15
+ gem "rspec-support" , :git => "https://github.com/rspec/rspec-support.git" , :branch => "update-travis-build-scripts-2019-12-26-for-master"
14
16
15
17
gem 'yard' , '~> 0.9.12' , :require => false
16
18
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ if is_mri; then
9
9
pushd ..
10
10
11
11
clone_repo " rspec"
12
- clone_repo " rspec-core"
12
+ travis_retry eval " git clone https://github.com/ rspec/rspec -core --depth 1 --branch update-travis-build-scripts-2019-12-26-for-master "
13
13
clone_repo " rspec-expectations"
14
14
clone_repo " rspec-mocks"
15
15
clone_repo " rspec-rails"
16
16
17
17
if rspec_support_compatible; then
18
- clone_repo " rspec-support"
18
+ travis_retry eval " git clone https://github.com/ rspec/rspec -support --depth 1 --branch update-travis-build-scripts-2019-12-26-for-master "
19
19
fi
20
20
21
21
popd
You can’t perform that action at this time.
0 commit comments