1language: php
2php:
3  - "7.3"
4  - "7.2"
5  - "7.1"
6  - "7.0"
7  - "5.6"
8env:
9  - DOKUWIKI=master
10  - DOKUWIKI=stable
11jobs:
12  exclude:
13    - php: "5.6"
14      env: DOKUWIKI=master
15before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
16install: sh travis.sh
17script: cd _test && ./phpunit.phar --stderr --group plugin_publish
18