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

new travis config

test (but allow fails) against hhvm and PHP nightly (PHP7) builds
remove phpunit pinning
parent 3d1cf52c
No related branches found
No related tags found
No related merge requests found
......@@ -4,13 +4,17 @@ php:
- "5.5"
- "5.4"
- "5.3"
- "hhvm"
- "nightly"
matrix:
allow_failures:
- php:
- "hhvm"
- "nightly"
notifications:
irc:
channels:
- "chat.freenode.net#dokuwiki"
on_success: change
on_failure: change
install:
- wget https://phar.phpunit.de/phpunit-4.3.5.phar -O _test/phpunit
- chmod 755 _test/phpunit
script: cd _test && ./phpunit --verbose --stderr
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