From c62597dce502954a844abd2cf7678cb050fe5a05 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Mon, 9 Dec 2013 21:43:26 +0100 Subject: [PATCH] Add some debugging to Travis script --- travis-script.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/travis-script.sh b/travis-script.sh index 00f040c4e..bdf8fedef 100755 --- a/travis-script.sh +++ b/travis-script.sh @@ -1,5 +1,10 @@ #!/bin/sh -ex +# let's dump some info to debug a bit +echo PSPDEV = $PSPDEV +echo psp-config = `psp-config --psp-prefix` +echo ls = `ls` + # updating versions with the TRAVIS build numbers cd projects/mtg/ ant update > error.txt