From 4c169b7979a54c75e8b183ae89b8ff04eb3bd6a5 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Sun, 26 Apr 2020 20:30:05 +0200 Subject: [PATCH] Grrrr Signed-off-by: Gilles Peskine --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2af1e91899..38be95c96e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,11 @@ jobs: env: - PATH=/c/Python35:/c/Python35/Scripts:$PATH script: + - echo "$PATH" + - ls -l /c/Python35 /c/Python35/Scripts + - type python; type python3; type python.exe; type python3.exe - python3 scripts/generate_psa_constants.py + - sleep 2 # Give time for logs to catch up - scripts/windows_msbuild.bat v141 # Visual Studio 2017 after_failure: