mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 16:10:43 +01:00
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:
parent
55b3e4e5e2
commit
96128fdd3e
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user