From 034393d0d3ec792e76dac89f4664133ba96c227b Mon Sep 17 00:00:00 2001 From: msohailhussain Date: Wed, 12 May 2021 14:31:06 -0700 Subject: [PATCH] disabling readmesync for now --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1793a138..d47c69bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -225,7 +225,7 @@ jobs: before_script: skip cache: false # translation: if we're committing to a pull request... - if: type = pull_request + if: false AND type = pull_request language: node_js install: @@ -257,7 +257,7 @@ jobs: before_script: skip cache: false # translation: if we're merging into a master branch... - if: type = push AND branch = master + if: false AND type = push AND branch = master language: node_js install: