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 - 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

View file

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