File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 1
1
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
+ - git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0
4
5
- php -f test.php || true
5
6
jobs :
6
7
include :
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ set -o xtrace
71
71
72
72
# php-build -i development "${buildDefinition}" "${INSTALL_DEST}/${VERSION}"
73
73
74
- git clone https://github.com/asdf-vm/asdf.git ~ /.asdf --branch v0.14.0
75
74
. " $HOME /.asdf/asdf.sh"
76
75
. " $HOME /.asdf/completions/asdf.bash"
77
76
asdf plugin-add php https://github.com/asdf-community/asdf-php.git
You can’t perform that action at this time.
0 commit comments