Skip to content

Commit

Permalink
Travis: test DokuWiki old-stable only on PHP 5.6
Browse files Browse the repository at this point in the history
More recent PHP versions fail because of an incompatible PHPUnit version.
  • Loading branch information
michitux committed Oct 1, 2018
1 parent 9e2a2b4 commit cf08914
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ php:
env:
- DOKUWIKI=master
- DOKUWIKI=stable
- DOKUWIKI=old-stable
matrix:
include:
- php: "5.6"
env: DOKUWIKI=old-stable
before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
install: sh travis.sh
script: cd _test && phpunit --stderr --group plugin_include

0 comments on commit cf08914

Please sign in to comment.