Skip to content

Commit

Permalink
Revert "Build PHP 7.4.0"
Browse files Browse the repository at this point in the history
This reverts commit 0e41179.

php-build has recently added 7.4 support, so we'll use that instead.

php-build/php-build#599
  • Loading branch information
BanzaiMan committed Dec 9, 2019
1 parent 9a0b8d7 commit 330e07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -195,7 +195,7 @@ before_install:
- php -f test.php || true

install:
- 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
- rm -rf $HOME/.phpenv
- git clone 'https://github.com/phpenv/phpenv.git' $HOME/.phpenv
- eval "$($HOME/.phpenv/bin/phpenv init -)"
Expand Down

0 comments on commit 330e07b

Please sign in to comment.