From 3459c749fb6eb5dc8cc8ee9961505b5d23c12a32 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Thu, 22 Nov 2018 10:14:03 +0000 Subject: [PATCH] Create a block list for Travis CI, and fix the Coverity email --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4d23652c6..4fc31c923 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,13 @@ compiler: - gcc sudo: false cache: ccache + +# blocklist +branches: + except: + - development-psa + - coverity_scan + script: - tests/scripts/recursion.pl library/*.c - tests/scripts/check-generated-files.sh @@ -34,7 +41,7 @@ addons: coverity_scan: project: name: "ARMmbed/mbedtls" - notification_email: p.j.bakker@polarssl.org + notification_email: simon.butcher@arm.com build_command_prepend: build_command: make branch_pattern: coverity_scan