try to find a phpunit version that is compatible with both PHP 5.5 and HHVM

This commit is contained in:
El RIDO 2016-07-05 17:33:55 +02:00
parent 5046091728
commit 0730d6b8d2
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ before_script:
- php composer.phar install -n
script:
- vendor/bin/phpunit tst
- cd tst && ../vendor/bin/phpunit
after_script:
- php vendor/bin/codacycoverage clover tst/log/coverage-clover.xml
- vendor/bin/codacycoverage clover tst/log/coverage-clover.xml

View File

@ -1,6 +1,6 @@
{
"require-dev": {
"phpunit/phpunit": "5.4.*",
"phpunit/phpunit": "4.8.*",
"codacy/coverage": "dev-master"
}
}