We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2a2b4 commit cf08914Copy full SHA for cf08914
1 file changed
.travis.yml
@@ -8,7 +8,10 @@ php:
8
env:
9
- DOKUWIKI=master
10
- DOKUWIKI=stable
11
- - DOKUWIKI=old-stable
+matrix:
12
+ include:
13
+ - php: "5.6"
14
+ env: DOKUWIKI=old-stable
15
before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
16
install: sh travis.sh
17
script: cd _test && phpunit --stderr --group plugin_include
0 commit comments