mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 07:10:57 +00:00
Merge pull request #464 from bantu/runkit-php5.6
Restore runkit on Travis CI PHP 5.6. * bantu/runkit-php5.6: runkit: Provide alternative repository for PHP 5.6. runkit: Change git from git:// to https://
This commit is contained in:
commit
2ef5a00dff
@ -20,9 +20,11 @@ function install_php_extension
|
||||
echo "extension=$1.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
|
||||
}
|
||||
|
||||
if [ "$TRAVIS_PHP_VERSION" != "5.6" ]
|
||||
then
|
||||
# runkit
|
||||
git clone git://github.com/zenovich/runkit.git
|
||||
install_php_extension 'runkit'
|
||||
if [ "$TRAVIS_PHP_VERSION" == "5.6" ]
|
||||
then
|
||||
git clone https://github.com/adrianguenter/runkit.git
|
||||
else
|
||||
git clone https://github.com/zenovich/runkit.git
|
||||
fi
|
||||
install_php_extension 'runkit'
|
||||
|
Loading…
Reference in New Issue
Block a user