Travis: re-add hhvm and use zenovich github repo only

This commit is contained in:
terrafrost 2015-12-13 16:02:17 -06:00
parent f17f1b2baf
commit b9ce54aae9
2 changed files with 2 additions and 6 deletions

View File

@ -7,6 +7,7 @@ php:
- 5.5.9
- 5.5
- 5.6
- hhvm
env:
global:

View File

@ -21,10 +21,5 @@ function 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
git clone https://github.com/zenovich/runkit.git
install_php_extension 'runkit'