From d48cafa54d711aa6f8cefcd61ad93a22db230677 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 8 Dec 2015 14:58:43 -0500 Subject: [PATCH] update travis build file --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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