From bbea29eb45f10cbe2e053f0628da647f93cf3668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1?= Date: Sun, 31 Mar 2019 10:25:36 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 73f18c3..ab0efb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ jobs: script: - vendor/bin/tester -p phpdbg tests/tests -s --coverage ./coverage.xml --coverage-src ./src after_script: - - wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar + - wget https://github.com/satooshi/php-coveralls/releases/download/v2.1.0/coveralls.phar - php coveralls.phar --verbose --config tests/.coveralls.yml allow_failures: