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  - DOKUWIKI=master
13  - DOKUWIKI=stable
14matrix:
15  allow_failures:
16    - php: "nightly"
17before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
18install: sh travis.sh
19script: cd _test && ./phpunit.phar --stderr --group plugin_structsection
20