diff --git a/.travis.yml b/.travis.yml index ecee245..3d706c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,8 +44,8 @@ script: # - rm info.xsd # Run phpunit tests - - cd tests - - phpunit --configuration configuration.xml + # - cd tests + # - phpunit --configuration configuration.xml # Create coverage report - sh -c "if [ '$PHP_COVERAGE' != 'FALSE' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi"