diff options
author | bloodstalker <thabogre@gmail.com> | 2017-11-07 02:51:10 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-11-07 02:51:10 +0000 |
commit | 2e96d67cf0f2596a0208bc8fc002a118742b30ec (patch) | |
tree | 283d0ced8401111ccdd82cbfc61bb287b2c8c3dc /.travis.yml | |
parent | fix (diff) | |
download | mutator-2e96d67cf0f2596a0208bc8fc002a118742b30ec.tar.gz mutator-2e96d67cf0f2596a0208bc8fc002a118742b30ec.zip |
fix
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 39ddcd8..c06541a 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" + build_command: "make PY_CONF=python3.5-config CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 BUILD_MODE=COV_NO_CLANG" branch_pattern: master before_install: @@ -45,7 +45,7 @@ before_script: - python3-config --ldflags script: - - make CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 BUILD_MODE=COV_NO_CLANG -j2 + - make PY_CONF=python3.5-config CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 BUILD_MODE=COV_NO_CLANG -j2 after_failure: - find . -maxdepth 1 -name "core*" |