mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-26 12:14:40 +01:00
Travis: re-add hhvm and use zenovich github repo only
This commit is contained in:
parent
f17f1b2baf
commit
b9ce54aae9
@ -7,6 +7,7 @@ php:
|
||||
- 5.5.9
|
||||
- 5.5
|
||||
- 5.6
|
||||
- hhvm
|
||||
|
||||
env:
|
||||
global:
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user