Skip to content

Commit 330e07b

Browse files
committed
Revert "Build PHP 7.4.0"
This reverts commit 0e41179. php-build has recently added 7.4 support, so we'll use that instead. php-build/php-build#599
1 parent 9a0b8d7 commit 330e07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ before_install:
195195
- php -f test.php || true
196196

197197
install:
198-
- if [[ ! -d $HOME/.php-build ]]; then git clone https://github.com/DamianSzymanski/php-build.git $HOME/.php-build; fi
198+
- if [[ ! -d $HOME/.php-build ]]; then git clone https://github.com/php-build/php-build.git $HOME/.php-build; fi
199199
- rm -rf $HOME/.phpenv
200200
- git clone 'https://github.com/phpenv/phpenv.git' $HOME/.phpenv
201201
- eval "$($HOME/.phpenv/bin/phpenv init -)"

0 commit comments

Comments
 (0)