mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00: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:
@@ -57,7 +57,6 @@ jobs:
|
|||||||
# Use Lua so that ASAN can test our embedded Lua support. 8fec4d53d0f6
|
# Use Lua so that ASAN can test our embedded Lua support. 8fec4d53d0f6
|
||||||
CMAKE_FLAGS="$CMAKE_FLAGS -DPREFER_LUA=ON"
|
CMAKE_FLAGS="$CMAKE_FLAGS -DPREFER_LUA=ON"
|
||||||
ASAN_SYMBOLIZE=asan_symbolize-4.0
|
ASAN_SYMBOLIZE=asan_symbolize-4.0
|
||||||
sudo: true
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env: >
|
env: >
|
||||||
|
Reference in New Issue
Block a user