8 lines
223 B
YAML
8 lines
223 B
YAML
language: php
|
|
php:
|
|
- "7.1"
|
|
- "7.0"
|
|
- "5.6"
|
|
before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
|
|
install: sh travis.sh
|
|
script: cd _test && phpunit --stderr --group plugin_bureaucracy
|