diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-18 16:50:49 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-18 16:50:49 +0000 |
commit | 057eb3716ab53c8c1315ec335ff35b3bcb7a967f (patch) | |
tree | 0f05d7213c652316a5c37ce0c483556f1730e9f4 | |
parent | updating the build matrix (diff) | |
download | mutator-057eb3716ab53c8c1315ec335ff35b3bcb7a967f.tar.gz mutator-057eb3716ab53c8c1315ec335ff35b3bcb7a967f.zip |
updating the build matrix
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7df75d4..992c8d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ matrix: include: os: linux compiler: clang - script: make CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_NO_CLANG_1Z + script: make CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_NO_CLANG 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- |