Skip to content

Commit fa195ee

Browse files
committed
Add links to headers
1 parent 8b75a44 commit fa195ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ install:
119119
sed -i -e '/install_xdebug_master/d' $HOME/.php-build/share/php-build/definitions/$VERSION
120120
fi
121121
- |
122-
if [[ $(lsb_release -cs) = "trusty" || $(lsb_release -cs) = "xenial" ]]; then
122+
if [[ $(lsb_release -cs) = "trusty" || $(lsb_release -cs) = "xenial" || $(lsb_release -cs) = "bionic" ]]; then
123123
if [[ $HOSTTYPE == "powerpc64le" ]]; then
124124
sudo ln /usr/include/powerpc64le-linux-gnu/gmp.h /usr/include/gmp.h
125125
sudo ln -s /usr/lib/powerpc64le-linux-gnu/libldap_r-2.4.so.2 /usr/lib/libldap_r.so

0 commit comments

Comments
 (0)