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
2
2
before_install :
3
3
- 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
4
4
- git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0
5
+ - export ASDF_DIR=~/.asdf
5
6
- php -f test.php || true
6
7
jobs :
7
8
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
88
88
89
89
env TZ=UTC $TRAVIS_BUILD_DIR /bin/install-pear
90
90
rm 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
93
93
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
95
95
96
96
# php-fpm
97
97
ln -sv ../sbin/php-fpm bin/php-fpm
You can’t perform that action at this time.
0 commit comments