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