diff options
author | bloodstalker <thabogre@gmail.com> | 2019-12-06 10:50:00 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-12-06 10:50:00 +0000 |
commit | 490b6d80194ece1ee86762e4a58b5b2d8484a61a (patch) | |
tree | c6de6090625fb8b134faa1ccddc6757ae03c3d41 /.travis.yml | |
parent | travis fix [appveyor skip] (diff) | |
download | mutator-490b6d80194ece1ee86762e4a58b5b2d8484a61a.tar.gz mutator-490b6d80194ece1ee86762e4a58b5b2d8484a61a.zip |
travis fix [appveyor skip]
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index df4f0d6..e7c9dde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,8 @@ matrix: - git submodule init - git submodule update - ls /usr/include/python* + - whereis python3-config + - which python3-config script: - make CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 obfuscator mutator-lvl0 bruiser - dist: trusty |