1# Config file for travis-ci.org
2
3language: php
4php:
5- "nightly"
6- "7.2"
7- "7.1"
8- "7.0"
9- "5.6"
10env:
11  - DOKUWIKI=master
12  - DOKUWIKI=stable
13matrix:
14    allow_failures:
15    - php: "nightly"
16before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
17install: sh travis.sh
18script: cd _test && phpunit --stderr --group plugin_highlightparent
19