Fixed Travis CI

This commit is contained in:
Giuseppe Di Terlizzi 2019-10-08 11:10:28 +02:00
parent c41859fe17
commit d2c9c5f6ca

View file

@ -1,16 +1,17 @@
language: php language: php
php: php:
- "7.3"
- "7.2" - "7.2"
- "7.1" - "7.1"
- "7.0" - "7.0"
- "5.6" - "5.6"
- "5.5"
- "5.4"
env: env:
- DOKUWIKI=master - DOKUWIKI=master
- DOKUWIKI=stable - DOKUWIKI=stable
- DOKUWIKI=old-stable matrix:
before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh 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 install: sh travis.sh
script: cd _test && phpunit --stderr --group plugin_semantic script: cd _test && ./phpunit.phar --stderr --group plugin_semantic