Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-04-10 10:55:17 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-04-10 12:01:23 +0300
commitbac189bfb39c186711da0d96cea09f8c3b87b46a (patch)
treeb37cbd9953dfd1a65855a5c5e37ee376bfac4421 /composer.json
parent02007018e1cf4004e4da2edf4798a0b9fa762568 (diff)
Rearrange Travis CI jobs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 13ffda89a..e43e865a1 100644
--- a/composer.json
+++ b/composer.json
@@ -36,6 +36,7 @@
"phan/phan": "^1.2"
},
"scripts": {
+ "lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;",
"phan": "phan --allow-polyfill-parser -k .phan/config.php",
"test": "phpunit -c tests/phpunit.xml --fail-on-warning",
"test:unit": "phpunit -c tests/phpunit.xml tests --fail-on-warning",