File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ language: php
22before_install :
33 - sudo apt-get update && sudo apt-get install -y php-pear autoconf bison build-essential curl gettext git libgd-dev libcurl4-openssl-dev libedit-dev libicu-dev libjpeg-dev libmysqlclient-dev libonig-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libxml2-dev libzip-dev openssl pkg-config re2c zlib1g-dev php-dev
44 - git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0
5+ - export ASDF_DIR=~/.asdf
56 - php -f test.php || true
67jobs :
78 include :
Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ curl -fsSL --retry 20 -O http://pear.php.net/go-pear.phar
8888
8989env TZ=UTC $TRAVIS_BUILD_DIR /bin/install-pear
9090rm go-pear.phar
91- " /home/travis/.phpenv/versions /$VERSION /bin/pear" config-set php_ini " $INSTALL_DEST /$VERSION /etc/php.ini" system
92- " /home/travis/.phpenv/versions /$VERSION /bin/pear" config-set auto_discover 1
91+ " /home/travis/.asdf/installs/php /$VERSION /bin/pear" config-set php_ini " $INSTALL_DEST /$VERSION /etc/php.ini" system
92+ " /home/travis/.asdf/installs/php /$VERSION /bin/pear" config-set auto_discover 1
9393
94- " /home/travis/.phpenv/versions /$VERSION /bin/pear" channel-update pear.php.net
94+ " /home/travis/.asdf/installs/php /$VERSION /bin/pear" channel-update pear.php.net
9595
9696# php-fpm
9797ln -sv ../sbin/php-fpm bin/php-fpm
You can’t perform that action at this time.
0 commit comments