xref: /plugin/publish/.travis.yml (revision 84640af2d4d59686aa73c2b099e6dbfd8ecd3385)
1language: php
2php:
3  - "nightly"
4  - "7.2"
5  - "7.1"
6  - "7.0"
7  - "5.6"
8env:
9  - DOKUWIKI=master
10before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
11install: sh travis.sh
12script: cd _test && phpunit --stderr --group plugin_publish
13