Install a different phpunit on HHVM
This commit is contained in:
parent
8d0bd22b1b
commit
30f193b036
1 changed files with 2 additions and 0 deletions
|
@ -13,11 +13,13 @@ matrix:
|
|||
- php: 7.1
|
||||
- php: 7.2
|
||||
- php: hhvm
|
||||
env: HHVM=true
|
||||
|
||||
install:
|
||||
- composer install
|
||||
|
||||
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
|
||||
- cd tests
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue