mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 17:46:20 +03:00
Disable changelog CI checks
This commit is contained in:
parent
e7ec6f78ca
commit
7e94e2ad94
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -74,11 +74,11 @@ matrix:
|
||||||
services:
|
services:
|
||||||
- postgresql
|
- postgresql
|
||||||
|
|
||||||
- # we only need to check for the newsfragment if it's a PR build
|
# - # we only need to check for the newsfragment if it's a PR build
|
||||||
if: type = pull_request
|
# if: type = pull_request
|
||||||
name: "check-newsfragment"
|
# name: "check-newsfragment"
|
||||||
python: 3.6
|
# python: 3.6
|
||||||
script: scripts-dev/check-newsfragment
|
# script: scripts-dev/check-newsfragment
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# this just logs the postgres version we will be testing against (if any)
|
# this just logs the postgres version we will be testing against (if any)
|
||||||
|
|
Loading…
Reference in a new issue