xref: /plugin/publish/.travis.yml (revision fe1c2e04ad80e0ffdc1884d2efd4571bf3d2a846)
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