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