diff options
author | bloodstalker <thabogre@gmail.com> | 2017-04-10 11:25:41 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-04-10 11:25:41 +0000 |
commit | e167cdf213b700aa217cf88856196b3dab9531f5 (patch) | |
tree | 1e1ce703d1bc4f17d9809b04090ed08ad9d43f2e | |
parent | fixing the cov build (diff) | |
download | mutator-e167cdf213b700aa217cf88856196b3dab9531f5.tar.gz mutator-e167cdf213b700aa217cf88856196b3dab9531f5.zip |
fixing the cov build
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 760ad56..c3684e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,12 +11,12 @@ matrix: addons: coverity_scan: project: - name: "bloodstalker/mutator" - description: "Build submitted via Travis CI" - notification_email: thabogre@gmail.com - build_command_prepend: "cov-configure --comptype clangcxx --compiler clang-4.0" - build_command: "make CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_NO_CLANG" - branch_pattern: master + name: "bloodstalker/mutator" + description: "Build submitted via Travis CI" + notification_email: thabogre@gmail.com + build_command_prepend: "cov-configure --comptype clangcxx --compiler clang-4.0" + build_command: "make CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_NO_CLANG" + branch_pattern: master before_install: - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca- |