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