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