diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2b533eb23..4bb708a9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,3 +33,18 @@ after_success: notifications: email: [email protected] +env: + global: + # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created + # via the "travis encrypt" command using the project repo's public key + - secure: "g5vrCKeJwv+Brjlf1yuv/3FsJBVF9jVB+TmIyzXqTVzUk2LLFMNax04LaMTrQKHVrkXX/r/XdiTIl8/9EMqQGDx/kAPZpde5uJqy1aV8fE2IvYRj7sNSRm2smKNaioZnFYH6sm8dthoDARjxBY/nPmop0F6LVqSyRdZZVT9I/QY=" + +addons: + coverity_scan: + project: + name: "randombit/botan" + description: "Build submitted via Travis CI" + notification_email: [email protected] + build_command_prepend: "./configure.py" + build_command: "make -j 4" + branch_pattern: coverity_scan |