xref: /plugin/publish/.travis.yml (revision 1a02c9e23af37f32e71a8b4ce1511f2a1a1d90ad)
1language: php
2php:
3  - "5.7"
4  - "5.6"
5  - "5.5"
6  - "5.4"
7  - "5.3"
8env:
9  - DOKUWIKI=master
10  - DOKUWIKI=stable
11before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
12install: sh travis.sh
13script: cd _test && phpunit --stderr --group plugin_publish
14