summaryrefslogtreecommitdiff
path: root/lib/plugins/styler/.travis.yml
blob: d80c0691fc37d0ff0fe26eaa2053b6e3bfc4231d (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_styler