We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b37cf commit 0e41179Copy full SHA for 0e41179
.travis.yml
@@ -194,7 +194,7 @@ before_install:
194
- php -f test.php || true
195
196
install:
197
-- if [[ ! -d $HOME/.php-build ]]; then git clone https://github.com/php-build/php-build.git $HOME/.php-build; fi
+- if [[ ! -d $HOME/.php-build ]]; then git clone https://github.com/DamianSzymanski/php-build.git $HOME/.php-build; fi
198
- rm -rf $HOME/.phpenv
199
- git clone 'https://github.com/phpenv/phpenv.git' $HOME/.phpenv
200
- eval "$($HOME/.phpenv/bin/phpenv init -)"
0 commit comments