Travis-CI: Require sudo to be able to run tshark on loopback

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-10-31 10:43:08 +01:00
parent cd7d2ca0be
commit 1c14168558

View File

@ -1,11 +1,6 @@
# Travis CI integration -- https://travis-ci.org/troglobit/sysklogd
# Defaults to GNU GCC and autotools: ./configure && make && make test
language: c
sudo: required
# Use docker for quicker builds, it now allows https://docs.travis-ci.com/user/apt/
sudo: false
# Test build with both GCC and Clang (LLVM)
compiler:
- gcc
- clang
@ -16,7 +11,6 @@ addons:
- tree
- tshark
# Custom build script for the time being, no "make test" yet
script:
- ./autogen.sh
- ./configure --prefix=/tmp/sysklogd