try to find a phpunit version that is compatible with both PHP 5.5 and HHVM
This commit is contained in:
parent
5046091728
commit
0730d6b8d2
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ before_script:
|
||||||
- php composer.phar install -n
|
- php composer.phar install -n
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpunit tst
|
- cd tst && ../vendor/bin/phpunit
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- php vendor/bin/codacycoverage clover tst/log/coverage-clover.xml
|
- vendor/bin/codacycoverage clover tst/log/coverage-clover.xml
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "5.4.*",
|
"phpunit/phpunit": "4.8.*",
|
||||||
"codacy/coverage": "dev-master"
|
"codacy/coverage": "dev-master"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue