From 528b9f6832645375caae7e4b567a203cd48c3252 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Mon, 7 Dec 2020 15:02:38 -0500 Subject: [PATCH] test: remove sudo from travis (#850) 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