From 7e94e2ad94afc2702bac171cac88f38643915a14 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 15 Mar 2019 12:10:11 +0000 Subject: [PATCH] Disable changelog CI checks --- .travis.yml | 10 +++++----- 1 file 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)