From a6cd6bd140dc08d226fe8d01a4f6f3fcb0d88cc5 Mon Sep 17 00:00:00 2001
From: Tobias Reischmann <tobias.reischmann@wi.uni-muenster.de>
Date: Tue, 3 Sep 2019 11:12:41 +0200
Subject: [PATCH] Removed phpdoc from travis

---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 333c3fe..0ae6601 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -74,7 +74,6 @@ jobs:
       - moodle-plugin-ci savepoints
       - moodle-plugin-ci mustache
       - moodle-plugin-ci grunt
-      - moodle-plugin-ci phpdoc
     # Smaller build matrix for development builds
     - stage: develop
       php: 7.1
@@ -100,4 +99,4 @@ stages:
   - name: develop
     if: branch != master AND (type != pull_request OR head_branch != master) AND (tag IS blank)
   - name: test
-    if: branch = master OR (type = pull_request AND head_branch = master) OR (tag IS present)
\ No newline at end of file
+    if: branch = master OR (type = pull_request AND head_branch = master) OR (tag IS present)
-- 
GitLab