Skip to content

Commit

Permalink
fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Mar 20, 2019
1 parent 4ed4b9f commit 99eeb8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,13 +1,13 @@
language: php language: php
php: php:
- "7.3"
- "7.2"
- "7.1"
- "7.0" - "7.0"
- "5.6" - "5.6"
- "5.5"
- "5.4"
- "5.3"
env: env:
- DOKUWIKI=master - DOKUWIKI=master
- DOKUWIKI=stable - DOKUWIKI=stable
before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
install: sh travis.sh install: sh travis.sh
script: cd _test && phpunit --stderr --group plugin_data script: cd _test && ./phpunit.phar --stderr --group plugin_data

0 comments on commit 99eeb8d

Please sign in to comment.