From 329fd08571278b1c1e969b2ef91b98997735c572 Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Tue, 11 Feb 2020 13:28:59 +0100 Subject: [PATCH] [revert] GH-7115: Reverted the Travis changes. Reverts #7115. The proposed fix did not solve the `deploy` job on the CI. Signed-off-by: Akos Kitta --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 500ff5152ecb4..c484f345513f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,5 @@ sudo: required language: node_js -env: - # Attempt to fix the "No output has been received in the last 10m0s" issue during the npm publishing phase on Travis CI. - # https://travis-ci.community/t/timeout-after-build-finished-and-succeeded/1336 - - YARN_GPG=no node_js: "10" git: depth: 1