Skip to content

Commit

Permalink
adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Apr 10, 2019
1 parent 6432133 commit 5ffc22a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

language: php
php:
- "7.3"
- "7.2"
- "7.1"
- "7.0"
Expand All @@ -11,4 +12,4 @@ env:
- 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_archivegenerator
script: cd _test && ./phpunit.phar --stderr --group plugin_archivegenerator

0 comments on commit 5ffc22a

Please sign in to comment.