Skip to content

Commit 0e41179

Browse files
Build PHP 7.4.0
1 parent 86b37cf commit 0e41179

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
@@ -194,7 +194,7 @@ before_install:
194194
- php -f test.php || true
195195

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

0 commit comments

Comments
 (0)