aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-12-06 10:30:49 +0000
committerbloodstalker <thabogre@gmail.com>2019-12-06 10:30:49 +0000
commitd49004a6182acb20318b5c318e65e27c0ce37413 (patch)
tree7c2b1248212c1f6e12e091235a3ce6f89981546e
parenttravis fix [appveyor skip] (diff)
downloadmutator-d49004a6182acb20318b5c318e65e27c0ce37413.tar.gz
mutator-d49004a6182acb20318b5c318e65e27c0ce37413.zip
travis fix [appveyor skip]
-rw-r--r--.travis.yml2
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