diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2b03b1db3..ae7330751 100644 --- a/.travis.yml +++ b/.travis.yml @@ -119,7 +119,7 @@ addons: coverity_scan: project: name: "randombit/botan" - notification_email: [email protected] + notification_email: [email protected] build_command_prepend: "./configure.py --no-optimizations --with-zlib --with-pkcs11" build_command: "make -j2" branch_pattern: coverity_scan |