Skip to content

Commit 64cabc6

Browse files
committedNov 20, 2018
build: remove sudo:false from .travis.yml
sudo:false is being removed by Travis CI. Travis CI recommends removing the configuration. Fixes: nodejs#24510 PR-URL: nodejs#24511 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
1 parent 2c2e6ec commit 64cabc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
language: cpp
2-
sudo: false
32
cache: ccache
43
os: linux
54
matrix:

0 commit comments

Comments
 (0)
Please sign in to comment.