From f5bf18d8550a133ef0aa019b991c0f4b990a9b84 Mon Sep 17 00:00:00 2001 From: eggman Date: Fri, 24 Jun 2016 07:24:00 +0900 Subject: [PATCH] debug travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 229f5d3..63bbb56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,16 +26,16 @@ before_install: && if [ "$GCC_VER" = "4.9" ]; then GCC_URL="https://launchpad.net/gcc-arm-embedded/4.9/4.9-2014-q4-major/+download/gcc-arm-none-eabi-4_9-2014q4-20141203-linux.tar.bz2" ; fi && wget -O gcc.tar.bz2 ${GCC_URL} && tar -jxf gcc.tar.bz2 --strip 1 + && ls-l ~/gcc/bin && exportline="export PATH=\$HOME/gcc/bin:\$PATH" && if grep -Fxq "$exportline" ~/.profile; then echo nothing to do ; else echo $exportline >> ~/.profile; fi && . ~/.profile - && printenv PATH && popd ; fi install: - - export PATH=$PATH:$PWD/gcc/bin + - ls -l ~/gcc/bin - printenv PATH before_script: