Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
build: remove sudo:false from .travis.yml
Browse files Browse the repository at this point in the history
sudo:false is being removed by Travis CI. Travis CI recommends removing
the configuration.

Fixes: nodejs/node#24510

PR-URL: nodejs/node#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>
  • Loading branch information
Trott committed Nov 20, 2018
1 parent 2c2e6ec commit 64cabc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: cpp
sudo: false
cache: ccache
os: linux
matrix:
Expand Down

0 comments on commit 64cabc6

Please sign in to comment.