Skip to content

Commit

Permalink
ci: travis: remove deprecated key (fluent#2454)
Browse files Browse the repository at this point in the history
  • Loading branch information
l2dy authored and xmcqueen committed Oct 2, 2020
1 parent 18565a7 commit 3cec5df
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
dist: bionic
language: c
# The leak sanitizer uses ptrace, which doesn't work under the
# travis container infrastructure, so we enable 'sudo'
sudo: true

git:
depth: 3
Expand Down Expand Up @@ -49,7 +46,6 @@ matrix:
- os: linux
env: FLB_OPT="-DFLB_COVERAGE=On"
dist: bionic
sudo: true
language: c
compiler: gcc
script: |
Expand All @@ -61,7 +57,6 @@ matrix:
services:
- docker
dist: bionic
sudo: true
language: c
compiler: gcc
env: DOCKER_BUILD=1
Expand Down

0 comments on commit 3cec5df

Please sign in to comment.