aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-11-07 01:03:25 +0000
committerbloodstalker <thabogre@gmail.com>2017-11-07 01:03:25 +0000
commit912b06b2938a9c34b582f372d57c8a1aea84f0ea (patch)
tree091d4ed9c77206b18ccdd3931e059fe4db014102 /.travis.yml
parentfix (diff)
downloadmutator-912b06b2938a9c34b582f372d57c8a1aea84f0ea.tar.gz
mutator-912b06b2938a9c34b582f372d57c8a1aea84f0ea.zip
travis should be fixed now
Diffstat (limited to '')
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index a1cbc32..51214d0 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-5.0"
- build_command: "make CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 BUILD_MODE=COV_NO_CLANG mutator-lvl0 safercpp"
+ build_command: "make CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 BUILD_MODE=COV_NO_CLANG"
branch_pattern: master
before_install:
@@ -43,9 +43,7 @@ before_script:
- python3-config --ldflags
script:
- - make CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 BUILD_MODE=COV_NO_CLANG -j2 mutator-lvl0 safercpp
- - cd bruiser && make
- - cd ../daemon make
+ - make CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 BUILD_MODE=COV_NO_CLANG -j2
after_failure:
- find . -maxdepth 1 -name "core*"