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:
authorThomas Müller <thomas.mueller@tmit.eu>2015-04-28 15:50:41 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-28 15:50:41 +0300
commit634429d78e06e57e1b4f644a86fd92b590f378a8 (patch)
tree149cabb96fcf315c489948cf91b28bc0b42000e6 /.travis.yml
parented46718a367f147dc180f10605f33fdc5319bb49 (diff)
No php syntax check on vendor folder - THX @Xenopathic
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f3a59cbea..b3edc0ecb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@ before_install:
- php occ app:enable mail
script:
- cd apps/mail
- - find . -name \*.php -exec php -l "{}" \;
+ - find . -name \*.php -not -path './vendor/*' -exec php -l "{}" \;
- cd tests
- phpunit --configuration phpunit.xml
- wget https://scrutinizer-ci.com/ocular.phar