travis: remove "merge master" test

We originally merged master into the PR. At that time, github did not
(reliably?) provide a merged code basis. This is now the case, so the
test is kind of unnecessary. It only did some good if master was updated
after PR submission but before Travis started the test. This is pretty
unlikely, so we remove that test - which also is a relief in regard
to Travis runtime.

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

View File

@ -84,14 +84,6 @@ matrix:
env: RUN="run.sh",BUILD_FROM_TARBALL="YES", CHECK="YES", CFLAGS="-g -O2", RS_TESTBENCH_VALGRIND_EXTRA_OPTS="--suppressions=travis/trusty.supp --gen-suppressions=all", EXTRA_CONFIGURE="--disable-testbench2"
dist: trusty
- os: linux
compiler: "clang"
services:
- mysql
- postgresql
env: RUN="run.sh",MERGE="YES", CHECK="YES", GROK="YES", KAFKA="YES", CFLAGS="-g -O2"
dist: trusty
- os: osx
compiler: "clang"
env: RUN="run-osx.sh", CFLAGS="-g"