diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-11-05 19:42:22 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-11-05 19:42:22 +0000 | 
| commit | dc7ffd300df2ea5b35296f851c15474748449aa1 (patch) | |
| tree | f2338421e2f57b70ed2d10e9f23772f7d7c3b6fa | |
| parent | uses pythonconfig now (diff) | |
| download | mutator-dc7ffd300df2ea5b35296f851c15474748449aa1.tar.gz mutator-dc7ffd300df2ea5b35296f851c15474748449aa1.zip | |
fix
| -rw-r--r-- | .travis.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.travis.yml b/.travis.yml index 949d51e..e137241 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,7 @@ before_script:    - git submodule update    - sudo apt-get install python3-all-dev -y    - sudo apt-get install libpython3-all-dev -y +  - sudo apt-get source python -y  script:     - make CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 BUILD_MODE=COV_NO_CLANG -j2 | 
