Skip to content

Commit

Permalink
fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Mar 21, 2019
1 parent ae8d6a9 commit 5697d6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -3,6 +3,7 @@
language: php
php:
- "nightly"
- "7.3"
- "7.2"
- "7.1"
- "7.0"
Expand All @@ -15,4 +16,4 @@ matrix:
- php: "nightly"
before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
install: sh travis.sh
script: cd _test && phpunit --stderr --group plugin_tplinc
script: cd _test && ./phpunit.phar --stderr --group plugin_tplinc

0 comments on commit 5697d6c

Please sign in to comment.