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 9a0b8d7 commit 330e07bCopy full SHA for 330e07b
.travis.yml
@@ -195,7 +195,7 @@ before_install:
195
- php -f test.php || true
196
197
install:
198
-- if [[ ! -d $HOME/.php-build ]]; then git clone https://github.com/DamianSzymanski/php-build.git $HOME/.php-build; fi
+- if [[ ! -d $HOME/.php-build ]]; then git clone https://github.com/php-build/php-build.git $HOME/.php-build; fi
199
- rm -rf $HOME/.phpenv
200
- git clone 'https://github.com/phpenv/phpenv.git' $HOME/.phpenv
201
- eval "$($HOME/.phpenv/bin/phpenv init -)"
0 commit comments