xref: /dokuwiki/lib/plugins/styling/.travis.yml (revision 0db5771e6b5f779df34a039ad49d4652eaf21893) !
1# Config file for travis-ci.org
2
3language: php
4php:
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_styling
14