Skip to content

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: #24510

PR-URL: #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 authored and codebytere committed Jan 29, 2019
1 parent eeb4715 commit b61a51c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,5 +1,4 @@
language: cpp
sudo: false
cache: ccache
os: linux
matrix:
Expand Down

0 comments on commit b61a51c

Please sign in to comment.