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