Use php unit 7, not 6.

This commit is contained in:
James Cole 2018-04-01 07:13:29 +02:00
parent df9dcb395b
commit b1e926f2cb
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -18,7 +18,7 @@ install:
- mkdir -p build/logs
script:
- phpunit -c phpunit.coverage.xml
- ./vendor/bin/phpunit -c phpunit.coverage.xml
after_success:
- travis_retry php vendor/bin/php-coveralls -x storage/build/clover-all.xml