diff --git a/.travis.yml b/.travis.yml index 084bdd95..f5616fad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,8 @@ script: after_script: - wget https://scrutinizer-ci.com/ocular.phar - - php ocular.phar code-coverage:upload --format=php-clover build/logs/coverage.clover \ No newline at end of file + - php ocular.phar code-coverage:upload --format=php-clover build/logs/coverage.clover + +matrix: + allow_failures: + - php: nightly \ No newline at end of file