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
291 B

  1. language: php
  2. php:
  3. - "7.3"
  4. - "7.2"
  5. - "7.1"
  6. - "7.0"
  7. - "5.6"
  8. env:
  9. - DOKUWIKI=master
  10. - DOKUWIKI=stable
  11. before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
  12. install: sh travis.sh
  13. script: cd _test && ./phpunit.phar --stderr --group tpl_bootstrap3