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.
 
 
 
 
 

14 lines
297 B

  1. # Config file for travis-ci.org
  2. language: php
  3. php:
  4. - "5.5"
  5. - "5.4"
  6. - "5.3"
  7. env:
  8. - DOKUWIKI=master
  9. - DOKUWIKI=stable
  10. before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
  11. install: sh travis.sh
  12. script: cd _test && phpunit --stderr --group plugin_styling