We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b75a44 commit fa195eeCopy full SHA for fa195ee
.travis.yml
@@ -119,7 +119,7 @@ install:
119
sed -i -e '/install_xdebug_master/d' $HOME/.php-build/share/php-build/definitions/$VERSION
120
fi
121
- |
122
- if [[ $(lsb_release -cs) = "trusty" || $(lsb_release -cs) = "xenial" ]]; then
+ if [[ $(lsb_release -cs) = "trusty" || $(lsb_release -cs) = "xenial" || $(lsb_release -cs) = "bionic" ]]; then
123
if [[ $HOSTTYPE == "powerpc64le" ]]; then
124
sudo ln /usr/include/powerpc64le-linux-gnu/gmp.h /usr/include/gmp.h
125
sudo ln -s /usr/lib/powerpc64le-linux-gnu/libldap_r-2.4.so.2 /usr/lib/libldap_r.so
0 commit comments