From 94af8db61639a8ebba40271c4e52382935b7d71d Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 21 Mar 2018 09:34:37 +0100 Subject: [PATCH] Complete and sanitize QA pipeline - do not execute QA on dogfood/* feature branches - run non-postgreSQL tests on release branches only - run HA tests on release and dogfood-on-next branches only --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6886fd62b68..03194221a8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,10 @@ jdk: oraclejdk8 script: ./travis.sh dist: trusty +branches: + except: + - /^dogfood\/.*$/ + env: - TARGET=BUILD - TARGET=WEB_TESTS -- 2.39.5