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:
parent
cd7d2ca0be
commit
1c14168558
@ -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
|
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:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
@ -16,7 +11,6 @@ addons:
|
|||||||
- tree
|
- tree
|
||||||
- tshark
|
- tshark
|
||||||
|
|
||||||
# Custom build script for the time being, no "make test" yet
|
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure --prefix=/tmp/sysklogd
|
- ./configure --prefix=/tmp/sysklogd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user