diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-05 07:49:07 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-05 07:49:07 +0000 |
commit | d98fb1cde43abd3c09fcb0b66f290df47bdd9a2c (patch) | |
tree | 897f01769810acd9270670f50304750221e49035 /.travis.yml | |
parent | added a new mutator action file for tests (diff) | |
download | mutator-d98fb1cde43abd3c09fcb0b66f290df47bdd9a2c.tar.gz mutator-d98fb1cde43abd3c09fcb0b66f290df47bdd9a2c.zip |
...
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8a9c03b..e76e3ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ matrix: 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" + #build_command: "make CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_NO_CLANG" branch_pattern: master before_install: |