Install a different phpunit on HHVM

This commit is contained in:
Josh Sherman 2018-01-07 21:26:18 -06:00
parent 8d0bd22b1b
commit 30f193b036
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -13,11 +13,13 @@ matrix:
- php: 7.1 - php: 7.1
- php: 7.2 - php: 7.2
- php: hhvm - php: hhvm
env: HHVM=true
install: install:
- composer install - composer install
before_script: before_script:
- if [[ $HHVM && ${HHVM-x} ]] && curl -sSf -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar
- mkdir -p build/logs - mkdir -p build/logs
- cd tests - cd tests