diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-11-25 13:28:50 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-11-25 13:28:50 +0100 |
commit | bac9f36d42970e7ec03bfa204481ec41bca4039b (patch) | |
tree | ef2611f135b9ba94965611c187b485003b87cb4c | |
parent | 3a9fd4327a0cc5b21eb7a54a83d0446acbc7b14e (diff) | |
download | rneovim-bac9f36d42970e7ec03bfa204481ec41bca4039b.tar.gz rneovim-bac9f36d42970e7ec03bfa204481ec41bca4039b.tar.bz2 rneovim-bac9f36d42970e7ec03bfa204481ec41bca4039b.zip |
CI/travis: Remove vestigial sudo:true
Travis now defaults to sudo:true, and sudo:false is deprecated.
ref #9258 3a9fd4327a0c
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d8ce0544af..51ce0c2038 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,6 @@ jobs: # Use Lua so that ASAN can test our embedded Lua support. 8fec4d53d0f6 CMAKE_FLAGS="$CMAKE_FLAGS -DPREFER_LUA=ON" ASAN_SYMBOLIZE=asan_symbolize-4.0 - sudo: true - os: linux compiler: gcc env: > |