Travis: removed script breakage

This commit is contained in:
Andrew Tridgell 2015-04-06 15:29:57 -07:00
parent 2f8764d31a
commit 793a212d28
1 changed files with 0 additions and 4 deletions

View File

@ -9,10 +9,6 @@ set -e
set -x
. ~/.profile
ls -l $HOME/opt/gcc-arm-none-eabi-4_7-2014q2/bin
file $HOME/opt/gcc-arm-none-eabi-4_7-2014q2/bin/arm-none-eabi-gcc
ldd $HOME/opt/gcc-arm-none-eabi-4_7-2014q2/bin/arm-none-eabi-gcc || echo "ldd failed"
$HOME/opt/gcc-arm-none-eabi-4_7-2014q2/bin/arm-none-eabi-gcc -v
echo "Testing ArduPlane build"
pushd ArduPlane