diff options
| -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 | 
