Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update travis script due to new DokuWiki release
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
.travis.yml
|
@@ -14,5 +14,5 @@ before_script: |
|
|
- wget https://phar.phpunit.de/phpunit-5.7.phar |
|
|
- cd _test |
|
|
script: |
|
|
- if [ "$DOKUWIKI" = "master" ]; then phpunit --stderr --group plugin_wrap; fi |
|
|
- if [ "$DOKUWIKI" != "master" ]; then php ../phpunit-5.7.phar --stderr --group plugin_wrap; fi |
|
|
- if [ "$DOKUWIKI" != "old-stable" ]; then phpunit --stderr --group plugin_wrap; fi |
|
|
- if [ "$DOKUWIKI" = "old-stable" ]; then php ../phpunit-5.7.phar --stderr --group plugin_wrap; fi |