From 5db8e5eba26f48fe15f210424f65149d84a9733c Mon Sep 17 00:00:00 2001 From: abetomo Date: Thu, 25 Apr 2019 09:57:09 +0900 Subject: [PATCH] Remove sudo settings from .travis.yml https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 90dd1627c..f32e2721c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,6 @@ matrix: dist: trusty env: NODE_VERSION=8.9.3 DISPLAY=:99.0 CC=clang CXX=clang++ npm_config_clang=1 ATOM_JASMINE_REPORTER=list -sudo: required - before_install: - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"