From a6af0c28893f3ed154537a1ff37fdf64db104e92 Mon Sep 17 00:00:00 2001 From: Salakar Date: Sun, 9 Feb 2020 13:48:58 +0000 Subject: [PATCH] chore: update travis config --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0f30c60343..80bd615b41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,12 @@ language: node_js sudo: required os: - - windows - linux + - windows + +# fix travis windows hanging issue +# https://travis-ci.community/t/build-doesnt-finish-after-completing-tests/288/25 +env: YARN_GPG=no node_js: - "6" @@ -34,7 +38,6 @@ before_install: cache: directories: - - "$HOME/AppData/Local/Temp/chocolatey" - "$TRAVIS_BUILD_DIR/stunnel-5.54" after_success: npm run coveralls