Skip to content
Snippets Groups Projects
Commit 165a325f authored by Andreas Gohr's avatar Andreas Gohr
Browse files

Merge branch 'phpunit-fix' into ssl-fixes

* phpunit-fix:
  use phpunit 4.3.5 until bug is fixed
parents 4343d40d 998b0963
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment