build: remove sudo:false from .travis.yml
sudo:false is being removed by Travis CI. Travis CI recommends removing the configuration. Fixes: https://github.com/nodejs/node/issues/24510 PR-URL: https://github.com/nodejs/node/pull/24511 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
This commit is contained in:
parent
2c2e6ec38d
commit
64cabc60e7
@ -1,5 +1,4 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
sudo: false
|
|
||||||
cache: ccache
|
cache: ccache
|
||||||
os: linux
|
os: linux
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user