summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-04-25 08:54:02 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-04-25 08:54:02 +0200
commit7d986b28c67e25c25b73625af13967137a426d0f (patch)
treee2b6966e37f52e9cee64f60573b8f172ef3392ca /.travis.yml
parent3d1cf52cd0175277bb3fe01b95c9fa60f12617b9 (diff)
downloadrpg-7d986b28c67e25c25b73625af13967137a426d0f.tar.gz
rpg-7d986b28c67e25c25b73625af13967137a426d0f.tar.bz2
new travis config
test (but allow fails) against hhvm and PHP nightly (PHP7) builds remove phpunit pinning
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 0bef94048..0f9d2331a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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