Skip to content

Commit 9060b6f

Browse files
committed
testing asdf
1 parent f34bd83 commit 9060b6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ env:
289289
global:
290290
- VERSION=master ALIAS=nightly
291291
- ICU_RELEASE=74.2
292-
- ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION
293-
- PATH="$HOME/.phpenv/bin:$HOME/.php-build/bin:$PATH"
292+
- ICU_INSTALL_DIR=$HOME/.asdf/installs/php/$VERSION
293+
- PATH="$HOME/.asdf/bin:$HOME/.php-build/bin:$PATH"
294294

295295
install:
296296
- if [[ $RELEASE != precise ]]; then unset ICU_RELEASE; fi # disable ICU installation for Trusty; see https://github.com/travis-ci/travis-ci/issues/3616#issuecomment-286302387
@@ -339,7 +339,7 @@ before_script:
339339
script:
340340
#- echo "--enable-option-checking=fatal" >> $HOME/.php-build/share/php-build/default_configure_options
341341
# - cat $HOME/.php-build/share/php-build/default_configure_options
342-
- export PKG_CONFIG_PATH="$HOME/.phpenv/versions/$VERSION/lib/pkgconfig:$PKG_CONFIG_PATH"
342+
- export PKG_CONFIG_PATH="$HOME/.asdf/installs/php/$VERSION/lib/pkgconfig:$PKG_CONFIG_PATH"
343343
- ./bin/compile
344344
# - | # disable 3rd-party extension builds on master
345345
# if [[ $VERSION =~ ^7.3.* ]]; then

0 commit comments

Comments
 (0)