dokuwiki-plugin-semantic/.travis.yml

16 lines
310 B
YAML
Raw Normal View History

2016-03-14 11:04:11 +00:00
2015-03-28 02:07:42 +00:00
language: php
php:
2016-03-14 11:04:11 +00:00
- "7.0"
- "5.6"
2015-03-28 02:07:42 +00:00
- "5.5"
- "5.4"
- "5.3"
env:
- DOKUWIKI=master
- DOKUWIKI=stable
- DOKUWIKI=old-stable
before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
install: sh travis.sh
script: cd _test && phpunit --stderr --group plugin_semantic