If/then thing for HHVM

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

View File

@ -15,7 +15,7 @@ cache:
- $HOME/.composer/cache
install:
- phpenv config-rm xdebug.ini
- if [[ "$(php -v | grep 'PHP 7')" ]]; then phpenv config-rm xdebug.ini; fi
- rm composer.lock
- composer update --no-scripts
- cp .env.testing .env