mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 03:27:31 +00:00
runkit: Change git from git:// to https://
This commit is contained in:
parent
9774ee58d1
commit
7b665a18a1
@ -23,6 +23,6 @@ function install_php_extension
|
||||
if [ "$TRAVIS_PHP_VERSION" != "5.6" ]
|
||||
then
|
||||
# runkit
|
||||
git clone git://github.com/zenovich/runkit.git
|
||||
git clone https://github.com/zenovich/runkit.git
|
||||
install_php_extension 'runkit'
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user