travis: do no longer start elasticsearch service

all elastisearch tests now handle their own instance, so the
OS service is no longer needed.

This improves Travis runtime.

see also https://github.com/rsyslog/rsyslog/issues/2800
This commit is contained in:
Rainer Gerhards 2018-06-28 10:47:44 +02:00
parent 96128fdd3e
commit 7ddc0fccc7
No known key found for this signature in database
GPG Key ID: 0CB6B2A8BE80B499

View File

@ -45,7 +45,6 @@ matrix:
- os: linux
compiler: "clang"
services:
- elasticsearch
- mysql
- postgresql
env: RUN="run.sh",CHECK="YES", ESTEST="YES", CFLAGS="-g -O1 -fsanitize=address -fno-color-diagnostics"
@ -54,7 +53,6 @@ matrix:
compiler: "clang"
dist: trusty
services:
- elasticsearch
- mysql
- postgresql
env: RUN="run.sh",CFLAGS="-fsanitize=undefined,nullability,unsigned-integer-overflow -fno-sanitize-recover=undefined,nullability,unsigned-integer-overflow -g -O3 -fno-omit-frame-pointer -fno-color-diagnostics", UBSAN_OPTIONS="print_stacktrace=1", CHECK="YES", ESTEST="YES", KAFKA="YES"