2015-03-28 02:07:42 +00:00
|
|
|
language: php
|
|
|
|
php:
|
2019-10-08 09:10:28 +00:00
|
|
|
- "7.3"
|
2018-01-19 15:45:21 +00:00
|
|
|
- "7.2"
|
|
|
|
- "7.1"
|
2016-03-14 11:04:11 +00:00
|
|
|
- "7.0"
|
|
|
|
- "5.6"
|
2015-03-28 02:07:42 +00:00
|
|
|
env:
|
|
|
|
- DOKUWIKI=master
|
|
|
|
- DOKUWIKI=stable
|
2019-10-08 09:14:21 +00:00
|
|
|
before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
|
2015-03-28 02:07:42 +00:00
|
|
|
install: sh travis.sh
|
2020-08-25 10:13:34 +00:00
|
|
|
script: cd _test && ./phpunit.phar --stderr --group plugin_semantic
|