summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-12-12 00:05:36 +0100
committerAndreas Gohr <andi@splitbrain.org>2014-12-12 00:05:36 +0100
commit165a325f88b3af8e8b7a9e62cc31dfeddaf40510 (patch)
tree1c6f86ae19c583d2ccb22b9c3de46d7661390550
parent4343d40d6272b3148e99369d2f16d60f90c835a5 (diff)
parent998b0963abafd76df93b4faad0b54fe396e01abd (diff)
downloadrpg-165a325f88b3af8e8b7a9e62cc31dfeddaf40510.tar.gz
rpg-165a325f88b3af8e8b7a9e62cc31dfeddaf40510.tar.bz2
Merge branch 'phpunit-fix' into ssl-fixes
* phpunit-fix: use phpunit 4.3.5 until bug is fixed
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
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