diff options
author | bloodstalker <thabogre@gmail.com> | 2018-03-19 22:24:40 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-03-19 22:24:40 +0000 |
commit | e355305210b988f187dc98f8e0cd057511269192 (patch) | |
tree | 4b4e7d0b9c32832a84cb688cc5290d4b29cd02bd | |
parent | fix for travis (diff) | |
download | mutator-e355305210b988f187dc98f8e0cd057511269192.tar.gz mutator-e355305210b988f187dc98f8e0cd057511269192.zip |
travis...
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 40dd972..71cdc4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,7 @@ before_script: - sudo apt-get install python3.5-dev -y --allow-unauthenticated - python3-config --includes - python3-config --ldflags + - llvm-config-5.0 --has-rtti script: - make PY_CONF=python3.5-config CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 BUILD_MODE=COV_NO_CLANG -j2 |