diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-04-24 11:35:59 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-04-24 11:35:59 +0200 |
commit | 426f32a66a95f7d122b7a1c5763053a8754b72c1 (patch) | |
tree | 0b6d34b4931931ab30bf3dadc343852772c06e0a /.travis.yml | |
parent | b258556bb81a53e61ad3a2ce642b50959e0ddc06 (diff) | |
download | tcpdump-426f32a66a95f7d122b7a1c5763053a8754b72c1.tar.gz |
Travis CI: Remove "sudo: false"
From Travis CI documentation:
Container-based infrastructure has been fully deprecated. Please remove
any "sudo: false" keys in your .travis.yml file to use the
fully-virtualized Linux infrastructure.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 23f64aba..5937b1f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ -sudo: false language: c os: |