Skip to content

Commit 9ee28f1

Browse files
committed
Switch clone from git to https
1 parent e403ee6 commit 9ee28f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)