diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-02-05 07:54:33 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-02-05 07:54:33 +0000 | 
| commit | 10bd7bc8e7ca8e7613024a9a81d0131000a7cd75 (patch) | |
| tree | 7db1f7a9e92bfc0527e3a0b7f078a7232be0546d | |
| parent | ... (diff) | |
| download | mutator-10bd7bc8e7ca8e7613024a9a81d0131000a7cd75.tar.gz mutator-10bd7bc8e7ca8e7613024a9a81d0131000a7cd75.zip | |
fixing...
| -rw-r--r-- | .travis.yml | 16 | 
1 files changed, 8 insertions, 8 deletions
| diff --git a/.travis.yml b/.travis.yml index e76e3ca..193c4b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,14 +9,14 @@ matrix:      os: linux      compiler: clang      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 +      #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  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- | 
