diff options
author | Scott <[email protected]> | 2018-12-08 17:38:56 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2018-12-08 17:38:56 +0000 |
commit | 72f54bcb71a406a84b7d69331283a07e2ab77187 (patch) | |
tree | 9c9d56cc6424af6afbb40e112c2bc70d10617909 /.travis.yml | |
parent | 996575f8e52a92e94ace387ea20284cfccdb614b (diff) |
Remove unneeded sudo
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 60797168d..16b5e6cca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |