diff options
author | bloodstalker <thabogre@gmail.com> | 2017-11-05 20:22:50 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-11-05 20:22:50 +0000 |
commit | ba55e92b5f77d779b169bf8a2a546e7d6728e639 (patch) | |
tree | 4bec44a7f4af721ae22c9504a74eda8ac4c74782 | |
parent | fix (diff) | |
download | mutator-ba55e92b5f77d779b169bf8a2a546e7d6728e639.tar.gz mutator-ba55e92b5f77d779b169bf8a2a546e7d6728e639.zip |
fix
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e137241..51214d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,8 @@ before_script: - sudo apt-get install python3-all-dev -y - sudo apt-get install libpython3-all-dev -y - sudo apt-get source python -y + - python3-config --includes + - python3-config --ldflags script: - make CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 BUILD_MODE=COV_NO_CLANG -j2 |