From ea600f6eb04f42e399339c2126bff3f5fe0a3cc1 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Mon, 7 Dec 2020 14:28:32 -0500 Subject: [PATCH] test: remove sudo from travis Refs: https://github.com/nodejs/node-addon-api/issues/469 Signed-off-by: Michael Dawson --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 56f9c903c..76224c508 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,6 @@ matrix: fast_finish: true allow_failures: - env: NODEJS_VERSION=nightly -sudo: false cache: directories: - node_modules