Add some debugging to Travis script

This commit is contained in:
xawotihs
2013-12-09 21:43:26 +01:00
parent d8dfcdba67
commit c62597dce5

View File

@@ -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