This should fix the nightly. No more hhvm.

This commit is contained in:
James Cole 2017-01-24 12:24:02 +01:00
parent 8602febe9d
commit bc1079364d
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -3,11 +3,6 @@ php:
- 7.0
- 7.1
- nightly
- hhvm
matrix:
allow_failures:
- php: hhvm
cache:
directories:
@ -15,7 +10,8 @@ cache:
- $HOME/.composer/cache
install:
- if [[ "$(php -v | grep 'PHP 7')" ]]; then phpenv config-rm xdebug.ini; fi
- if [[ "$(php -v | grep 'PHP 7.0')" ]]; then phpenv config-rm xdebug.ini; fi
- if [[ "$(php -v | grep 'PHP 7.1')" ]]; then phpenv config-rm xdebug.ini; fi
- rm composer.lock
- composer update --no-scripts
- cp .env.testing .env