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-11-11 16:19:50 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-11-11 16:19:50 +0300
commit08a04f614506b78890fcdc65aac22426ea95a4fa (patch)
tree0f4dd8387744248c83bfb84d8a1933196570eb49 /.travis.yml
parent88d23f23763c8ec4dbe24bf7abb78588b9a94597 (diff)
parent105662b4c6c0f730a028f10accceef647a40fac8 (diff)
Merge branch 'master' of github.com:/nextcloud/mail into enhancement/test-php-nightly
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index fb9bf98d1..0494a18a6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -113,9 +113,6 @@ script:
- xmllint appinfo/info.xml --schema info.xsd --noout
- rm info.xsd
- # Check PHP syntax errors
- - sh -c "if [ '$TEST_SUITE' = 'LINT-PHP' ]; then composer run lint; fi"
-
# Run server's app code checker
- sh -c "if [ '$TEST_SUITE' = 'LINT-PHP' ]; then php ../../occ app:check-code mail; fi"