diff options
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 |