mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 18:25:13 +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" ]
|
if [ "$TRAVIS_PHP_VERSION" != "5.6" ]
|
||||||
then
|
then
|
||||||
# runkit
|
# runkit
|
||||||
git clone git://github.com/zenovich/runkit.git
|
git clone https://github.com/zenovich/runkit.git
|
||||||
install_php_extension 'runkit'
|
install_php_extension 'runkit'
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user