diff options
author | bloodstalker <thabogre@gmail.com> | 2019-12-06 10:30:49 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-12-06 10:30:49 +0000 |
commit | d49004a6182acb20318b5c318e65e27c0ce37413 (patch) | |
tree | 7c2b1248212c1f6e12e091235a3ce6f89981546e /.travis.yml | |
parent | travis fix [appveyor skip] (diff) | |
download | mutator-d49004a6182acb20318b5c318e65e27c0ce37413.tar.gz mutator-d49004a6182acb20318b5c318e65e27c0ce37413.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 0eff913..df4f0d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ matrix: - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9 - git submodule init - git submodule update + - ls /usr/include/python* script: - make CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 obfuscator mutator-lvl0 bruiser - dist: trusty @@ -46,6 +47,7 @@ matrix: - sudo apt-get install python3.5-dev -y --allow-unauthenticated - git submodule init - git submodule update + - ls /usr/include/python* script: - make CXX=clang-6.0 LLVM_CONF=llvm-config-6.0 obfuscator mutator-lvl0 bruiser - dist: bionic |