Skip to content

Commit fd5a51e

Browse files
authored
ci: travis: remove deprecated key (#2454)
See: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration Signed-off-by: Zero King <l2dy@icloud.com>
1 parent e51401b commit fd5a51e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
dist: bionic
22
language: c
3-
# The leak sanitizer uses ptrace, which doesn't work under the
4-
# travis container infrastructure, so we enable 'sudo'
5-
sudo: true
63

74
git:
85
depth: 3
@@ -49,7 +46,6 @@ matrix:
4946
- os: linux
5047
env: FLB_OPT="-DFLB_COVERAGE=On"
5148
dist: bionic
52-
sudo: true
5349
language: c
5450
compiler: gcc
5551
script: |
@@ -61,7 +57,6 @@ matrix:
6157
services:
6258
- docker
6359
dist: bionic
64-
sudo: true
6560
language: c
6661
compiler: gcc
6762
env: DOCKER_BUILD=1

0 commit comments

Comments
 (0)