about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-10-31 12:25:20 +0100
committervan Hauser <vh@thc.org>2019-10-31 12:25:20 +0100
commitc7c622377af95990181d044adace73d877cbfdca (patch)
treea227196562b8ddd90653a03529a5faa2906e1c9f
parentae990ce8dcf3074d770d2595a98d4c7706959dff (diff)
downloadafl++-c7c622377af95990181d044adace73d877cbfdca.tar.gz
travis debug
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f1d74952..6640ddd4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,15 @@ before_install:
   - sudo apt install -y libtool libtool-bin automake bison libglib2.0 build-essential clang gcc-8 gcc-8-plugin-dev
 
 script:
+  - echo DEBUG
+  - uname -a
+  - which python
+  - ls -l /bin/python* /usr/bin/python*
+  - file /bin/python* /usr/bin/python*
+  - dpkg -l | grep -i python
+  - pwd
+  - id
+  - echo END DEBUG
   - make distrib
   - make tests
   - make clean