diff options
author | bloodstalker <thabogre@gmail.com> | 2018-02-11 21:01:04 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-02-11 21:01:04 +0000 |
commit | 6bbaa16222d9c3eb61440c7f47e3d1931cddc023 (patch) | |
tree | e6670cd2c3a6e1d1578f651cb2ce4d55919fa571 | |
parent | travis fix (diff) | |
download | mutator-6bbaa16222d9c3eb61440c7f47e3d1931cddc023.tar.gz mutator-6bbaa16222d9c3eb61440c7f47e3d1931cddc023.zip |
fix
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5430db3..22751d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ before_script: script: - make PY_CONF=python3.5-config CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 BUILD_MODE=COV_NO_CLANG -j2 - - ./extra-tools/precommitTests.sh + #- ./extra-tools/precommitTests.sh after_failure: - find . -maxdepth 1 -name "core*" |