diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-12 01:50:01 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-12 01:50:01 +0000 |
commit | 2c74fe846d72040136414a66618a4a3b3e4fe75a (patch) | |
tree | 88bdbd752995e279d120b6fafa9d3da9240a1497 /.travis.yml | |
parent | updated the secure var (diff) | |
download | mutator-2c74fe846d72040136414a66618a4a3b3e4fe75a.tar.gz mutator-2c74fe846d72040136414a66618a4a3b3e4fe75a.zip |
wrong prepend command
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5bcab6c..8e0c820 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: name: "bloodstalker/mutator" description: "Build submitted via Travis CI" notification_email: thabogre@gmail.com - build_command_prepend: "./configure; make clean" + build_command_prepend: "" build_command: "make CXX=clang-3.9 LLVM_CONF=llvm-config-3.9 BUILD_MODE=COV_NO_CLANG" branch_pattern: master |