dokuwiki-plugin-semantic/.travis.yml

14 lines
292 B
YAML
Raw Normal View History

2015-03-28 02:07:42 +00:00
language: php
php:
2019-10-08 09:10:28 +00:00
- "7.3"
- "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
script: cd _test && ./phpunit.phar --stderr --group plugin_semantic