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