diff options
author | lloyd <[email protected]> | 2015-05-14 03:00:32 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-05-14 03:00:32 +0000 |
commit | 36fb58b23d5685583b26414661cd03b6dd34890a (patch) | |
tree | e94e6ba6957c5d71faa9235f87787e63d9e5d363 /.travis.yml | |
parent | af3471e499feb75a8f8aba384247aa25a08529c2 (diff) |
Limit Coverity scan to side branch
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 975b4c233..e1fe0daef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,11 +13,6 @@ env: - BUILD_MODE="static" - BUILD_MODE="coverage" - global: - # Coverity token - - secure: "g5vrCKeJwv+Brjlf1yuv/3FsJBVF9jVB+TmIyzXqTVzUk2LLFMNax04LaMTrQKHVrkXX/r/XdiTIl8/9EMqQGDx/kAPZpde5uJqy1aV8fE2IvYRj7sNSRm2smKNaioZnFYH6sm8dthoDARjxBY/nPmop0F6LVqSyRdZZVT9I/QY=" - - matrix: exclude: - compiler: clang @@ -45,5 +40,5 @@ addons: name: "randombit/botan" notification_email: [email protected] build_command_prepend: "./configure.py" - build_command: "make -j 4" - branch_pattern: master + build_command: "make -j4" + branch_pattern: coverity_scan |