1*123bc813SAndreas Gohr# Config file for travis-ci.org 2*123bc813SAndreas Gohr 3*123bc813SAndreas Gohrlanguage: php 4*123bc813SAndreas Gohrphp: 5*123bc813SAndreas Gohr - "5.5" 6*123bc813SAndreas Gohr - "5.4" 7*123bc813SAndreas Gohr - "5.3" 8*123bc813SAndreas Gohrenv: 9*123bc813SAndreas Gohr - DOKUWIKI=master 10*123bc813SAndreas Gohr - DOKUWIKI=stable 11*123bc813SAndreas Gohrbefore_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh 12*123bc813SAndreas Gohrinstall: sh travis.sh 13*123bc813SAndreas Gohrscript: cd _test && phpunit --stderr --group plugin_styling 14