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.
|
- language: php
- php:
- - "7.3"
- - "7.2"
- - "7.1"
- - "7.0"
- - "5.6"
- 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.phar --stderr --group tpl_bootstrap3
|