summaryrefslogtreecommitdiff
path: root/lib/plugins/styling/.travis.yml
blob: 75ee0b152cfdd19356b7add7f6e8231a215f7677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Config file for travis-ci.org

language: php
php:
  - "5.5"
  - "5.4"
  - "5.3"
env:
  - DOKUWIKI=master
  - DOKUWIKI=stable
before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
install: sh travis.sh
script: cd _test && phpunit --stderr --group plugin_styling