diff options
author | Jack Lloyd <[email protected]> | 2016-10-25 11:19:33 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-10-25 11:19:39 -0400 |
commit | d817df3a75a3320767d0ff68c064608691a495ab (patch) | |
tree | 13eef8d14aa1fd8372ab9a2d78bcfaa52b209d11 /.travis.yml | |
parent | 0c33aab050f19f7f12f1ed87fd49102c6543d07c (diff) |
Missing git add from 4bf869a8
[ci skip]
Diffstat (limited to '.travis.yml')
-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 |