summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 9c3193d19..0bef94048 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,14 +4,13 @@ php:
- "5.5"
- "5.4"
- "5.3"
-# PHP 5.6 is not yet released, allow failures
-matrix:
- allow_failures:
- - php: "5.6"
notifications:
irc:
channels:
- "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