Fixed Travis CI
This commit is contained in:
parent
c41859fe17
commit
d2c9c5f6ca
1 changed files with 7 additions and 6 deletions
13
.travis.yml
13
.travis.yml
|
@ -1,16 +1,17 @@
|
|||
|
||||
language: php
|
||||
php:
|
||||
- "7.3"
|
||||
- "7.2"
|
||||
- "7.1"
|
||||
- "7.0"
|
||||
- "5.6"
|
||||
- "5.5"
|
||||
- "5.4"
|
||||
env:
|
||||
- DOKUWIKI=master
|
||||
- DOKUWIKI=stable
|
||||
- DOKUWIKI=old-stable
|
||||
before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
|
||||
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 --stderr --group plugin_semantic
|
||||
script: cd _test && ./phpunit.phar --stderr --group plugin_semantic
|
Loading…
Reference in a new issue