diff --git a/.travis.yml b/.travis.yml index e4999c6..b96b1da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/composer.json b/composer.json index 88b58b3..fb91fc8 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "require-dev": { - "phpunit/phpunit": "5.4.*", + "phpunit/phpunit": "4.8.*", "codacy/coverage": "dev-master" } }