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