dokuwiki-plugin-semantic/.travis.yml
Giuseppe Di Terlizzi d39718e514 Added test
2015-03-28 03:07:42 +01:00

12 lines
289 B
YAML

language: php
php:
- "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