From 998b0963abafd76df93b4faad0b54fe396e01abd Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 11 Dec 2014 23:55:49 +0100 Subject: use phpunit 4.3.5 until bug is fixed See here for upstream report: https://github.com/sebastianbergmann/phpunit/issues/1523 --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9c3193d19..b5953fd44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,4 +14,7 @@ notifications: - "chat.freenode.net#dokuwiki" on_success: change on_failure: change -script: cd _test && phpunit --verbose --stderr +install: + - wget https://phar.phpunit.de/phpunit-4.3.5.phar -O _test/phpunit + - chmod 755 _test/phpunit +script: cd _test && ./phpunit --verbose --stderr -- cgit v1.2.3