Skip to content

Commit cf08914

Browse files
committed
Travis: test DokuWiki old-stable only on PHP 5.6
More recent PHP versions fail because of an incompatible PHPUnit version.
1 parent 9e2a2b4 commit cf08914

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ php:
88
env:
99
- DOKUWIKI=master
1010
- DOKUWIKI=stable
11-
- DOKUWIKI=old-stable
11+
matrix:
12+
include:
13+
- php: "5.6"
14+
env: DOKUWIKI=old-stable
1215
before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
1316
install: sh travis.sh
1417
script: cd _test && phpunit --stderr --group plugin_include

0 commit comments

Comments
 (0)