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:
Justin M. Keyes 2018-11-25 13:28:50 +01:00
parent 3a9fd4327a
commit bac9f36d42

View File

@ -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: >