xref: /plugin/siteexport/.travis.yml (revision 3742eb09eff3e79bc4c4d1c7677e042edb0c4885)
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