Skip to content

Commit

Permalink
Fix Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
annda committed Jul 2, 2020
1 parent 6918425 commit 9c3c647
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -2,6 +2,8 @@

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

0 comments on commit 9c3c647

Please sign in to comment.