diff options
author | bloodstalker <thabogre@gmail.com> | 2019-12-06 11:13:32 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-12-06 11:13:32 +0000 |
commit | 008d8ca6d2c3ff6f622ff1bc652357d9396b224d (patch) | |
tree | 9067ea9bfee24bf1558b28a23ea4ec1b92df7064 /.travis.yml | |
parent | travis fix [appveyor skip] (diff) | |
download | mutator-008d8ca6d2c3ff6f622ff1bc652357d9396b224d.tar.gz mutator-008d8ca6d2c3ff6f622ff1bc652357d9396b224d.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 e7c9dde..9563e91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,8 @@ matrix: - ls /usr/include/python* - whereis python3-config - which python3-config + - whereis gcc + - which gcc script: - make CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 obfuscator mutator-lvl0 bruiser - dist: trusty |