dokuwiki-plugin-semantic/.travis.yml
Giuseppe Di Terlizzi d2c9c5f6ca Fixed Travis CI
2019-10-08 11:10:28 +02:00

17 lines
No EOL
375 B
YAML

language: php
php:
- "7.3"
- "7.2"
- "7.1"
- "7.0"
- "5.6"
env:
- DOKUWIKI=master
- DOKUWIKI=stable
matrix:
include:
- php: "5.6"
env: DOKUWIKI=old-stable
before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh && rm .gitignore
install: sh travis.sh
script: cd _test && ./phpunit.phar --stderr --group plugin_semantic