From c663c6266cfd2762321385aa0293060241a1223b Mon Sep 17 00:00:00 2001 From: Gajus Kuizinas Date: Sun, 31 May 2020 21:30:11 -0700 Subject: [PATCH] test: fix tests --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ed71ac21..75584471 100755 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ node_js: - 12 - 11 - 10 +env: + - NODE_TLS_REJECT_UNAUTHORIZED=false script: - npm run build - npm run test