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 f8761f0 commit 58aa61c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Expand Up @@ -2,12 +2,14 @@

language: php
php:
- "5.5"
- "5.4"
- "5.3"
- "7.3"
- "7.2"
- "7.1"
- "7.0"
- "5.6"
env:
- DOKUWIKI=master
- DOKUWIKI=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_simplenavi
script: cd _test && ./phpunit.phar --stderr --group plugin_simplenavi

0 comments on commit 58aa61c

Please sign in to comment.