diff options
author | bloodstalker <thabogre@gmail.com> | 2018-02-11 20:51:06 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-02-11 20:51:06 +0000 |
commit | b48150b5a900805db8ff252ed02c016e7a9e93f7 (patch) | |
tree | c0eb8bba5fd4fca4fef52f82deedde4c6bec5a2d | |
parent | for building capstone on ubuntu 14 (diff) | |
download | mutator-b48150b5a900805db8ff252ed02c016e7a9e93f7.tar.gz mutator-b48150b5a900805db8ff252ed02c016e7a9e93f7.zip |
travis fix
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5daf9a7..5430db3 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 - - cd ./extra-tools/precommitTests.sh + - ./extra-tools/precommitTests.sh after_failure: - find . -maxdepth 1 -name "core*" |