Skip to content

Commit 3459c74

Browse files
committed
Create a block list for Travis CI, and fix the Coverity email
1 parent d83448b commit 3459c74

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ compiler:
44
- gcc
55
sudo: false
66
cache: ccache
7+
8+
# blocklist
9+
branches:
10+
except:
11+
- development-psa
12+
- coverity_scan
13+
714
script:
815
- tests/scripts/recursion.pl library/*.c
916
- tests/scripts/check-generated-files.sh
@@ -34,7 +41,7 @@ addons:
3441
coverity_scan:
3542
project:
3643
name: "ARMmbed/mbedtls"
37-
notification_email: [email protected]
44+
notification_email: [email protected]
3845
build_command_prepend:
3946
build_command: make
4047
branch_pattern: coverity_scan

0 commit comments

Comments
 (0)