From 2e292e19cc04af2f922a0ab3daa1c25195c79028 Mon Sep 17 00:00:00 2001 From: WojciechRynczuk Date: Fri, 5 May 2017 19:28:37 +0200 Subject: [PATCH] Fixed email --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e80e5c5..e8c5c59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ addons: name: vcdMaker version: v3.0 description: Coverity Scan by Travis CI - notification_email: vcdmaker@mail.com + notification_email: vcdmaker@mail.com build_command_prepend: "cov-configure --comptype gcc --compiler g++-6 --template && cmake ." build_command: "make" branch_pattern: coverity_scan