From 92fb8b7d57685afdb1adb3f5f16e56a7614dd7b6 Mon Sep 17 00:00:00 2001 From: James Harris Date: Thu, 22 Nov 2018 08:03:21 +0000 Subject: [PATCH] ci(travis): disable gpg --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 174f8b9..fc9da23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,9 @@ cache: sudo: false matrix: fast_finish: true +env: + global: + - YARN_GPG=no # https://travis-ci.community/t/build-doesnt-finish-after-completing-tests/288 script: yarn test notifications: email: false