diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-04 02:20:22 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-04 02:20:22 +0000 |
commit | aa1e5ae2728e247e9ddc7f849820a68f04606f56 (patch) | |
tree | 1d7d97c18626dd73206226b42331f174625b1e86 | |
parent | removed the -w flag so the warnings are not silenced (diff) | |
download | mutator-aa1e5ae2728e247e9ddc7f849820a68f04606f56.tar.gz mutator-aa1e5ae2728e247e9ddc7f849820a68f04606f56.zip |
added a test to check why the coverage build crashes.
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9f4150e..2dca55d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,7 @@ before_script: script: make CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_NO_CLANG after_success: + - llvm-config-4.0 --has-rtti - make clean - make mutator-lvl0 CXX=clang-4.0 LLVM_CONF=llvm-config-4.0 BUILD_MODE=COV_GNU - echo "deb http://old-releases.ubuntu.com/ubuntu/ hardy universe" | sudo tee -a /etc/apt/sources.list |