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