File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,30 @@ language: php
22
33jobs :
44 include :
5+ - dist : focal
6+ language : minimal
7+ group : dev
8+ env :
9+ - RELEASE=focal
10+ name : focal
11+ php : ' 5.6'
12+ before_install :
13+ - sudo rm -rf /var/lib/apt/lists/lock /var/cache/apt/archives/lock /var/lib/dpkg/lock
14+ - sudo apt-get update
15+ - sudo apt-get -y install libcurl4-openssl-dev
16+ - sudo ln -s /usr/include/x86_64-linux-gnu/curl/ /usr/local/include
17+ - command -v expect || sudo apt-get install expect
18+ - |
19+ if ! command -v phpenv; then
20+ pushd $HOME
21+ curl -L http://git.io/phpenv-installer | bash
22+ popd
23+ export PHPENV_ROOT="/home/travis/.phpenv"
24+ if [ -d "${PHPENV_ROOT}" ]; then
25+ export PATH="${PHPENV_ROOT}/bin:${PATH}"
26+ eval "$(phpenv init -)"
27+ fi
28+ fi
529 - dist : bionic
630 language : minimal
731 group : dev
You can’t perform that action at this time.
0 commit comments