summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-03-15 12:10:11 +0000
committerErik Johnston <erik@matrix.org>2019-03-15 14:40:28 +0000
commit7e94e2ad94afc2702bac171cac88f38643915a14 (patch)
tree2fcc17d28b7a7a0cd161f3254217d72411fbdada
parentManifest (diff)
downloadsynapse-7e94e2ad94afc2702bac171cac88f38643915a14.tar.xz
Disable changelog CI checks
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 0d0fa7082a..26a7b64173 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -74,11 +74,11 @@ matrix:
     services:
       - postgresql
 
-  - # we only need to check for the newsfragment if it's a PR build
-    if: type = pull_request
-    name: "check-newsfragment"
-    python: 3.6
-    script: scripts-dev/check-newsfragment
+  # - # we only need to check for the newsfragment if it's a PR build
+  #   if: type = pull_request
+  #   name: "check-newsfragment"
+  #   python: 3.6
+  #   script: scripts-dev/check-newsfragment
 
 install:
   # this just logs the postgres version we will be testing against (if any)