We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c9df11 + 9ee28f1 commit ef97cc5Copy full SHA for ef97cc5
travis/.travis.yml
@@ -22,6 +22,7 @@ rvm:
22
- 2.3.8
23
- 2.4.5
24
- 2.5.3
25
+ - 2.6.0
26
- ruby-head
27
- ree
28
- rbx-3
travis/script/functions.sh
@@ -16,7 +16,7 @@ fi
16
17
function clone_repo {
18
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"
+ travis_retry eval "git clone https://github.com/rspec/$1 --depth 1 --branch $MAINTENANCE_BRANCH"
20
fi;
21
}
0 commit comments