xref: /dokuwiki/lib/plugins/styling/.travis.yml (revision 5b784a2b834405d28627b116e3d44b7d16fc1840)
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