You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # 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
|