mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
CI/travis: Remove vestigial sudo:true
Travis now defaults to sudo:true, and sudo:false is deprecated.
ref #9258 3a9fd4327a
This commit is contained in:
parent
3a9fd4327a
commit
bac9f36d42
@ -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: >
|
||||
|
Loading…
Reference in New Issue
Block a user