]> granicus.if.org Git - handbrake/commitdiff
Remove unneeded sudo
authorScott <sr55.hb@outlook.com>
Sat, 8 Dec 2018 17:38:56 +0000 (17:38 +0000)
committerGitHub <noreply@github.com>
Sat, 8 Dec 2018 17:38:56 +0000 (17:38 +0000)
.travis.yml

index 60797168dfb416e6750f26b484a8616ad4814424..16b5e6ccadac2dcbbbf4f84e3568468cf31055b5 100644 (file)
@@ -5,7 +5,6 @@ matrix:
   include:
     - os: linux
       dist: xenial
-      sudo: required
 
 before_install:
 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq ; fi