Skip to content

Commit ef97cc5

Browse files
authored
Merge pull request #212 from rspec/switch-to-https
Switch to https
2 parents 4c9df11 + 9ee28f1 commit ef97cc5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

travis/.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ rvm:
2222
- 2.3.8
2323
- 2.4.5
2424
- 2.5.3
25+
- 2.6.0
2526
- ruby-head
2627
- ree
2728
- rbx-3

travis/script/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616

1717
function clone_repo {
1818
if [ ! -d $1 ]; then # don't clone if the dir is already there
19-
travis_retry eval "git clone git://github.com/rspec/$1 --depth 1 --branch $MAINTENANCE_BRANCH"
19+
travis_retry eval "git clone https://github.com/rspec/$1 --depth 1 --branch $MAINTENANCE_BRANCH"
2020
fi;
2121
}
2222

0 commit comments

Comments
 (0)