1language: php
2php:
3  - "7.3"
4  - "7.2"
5  - "7.1"
6  - "7.0"
7  - "5.6"
8before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
9install: sh travis.sh
10script:
11  - cd _test
12  - ./phpunit.phar --group plugin_bureaucracyau
13