runkit: Change git from git:// to https://

This commit is contained in:
Andreas Fischer 2014-09-04 04:23:11 +02:00
parent 9774ee58d1
commit 7b665a18a1

View File

@ -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