From 4fc72d93a734cfa767146753cc5c55c4e019f974 Mon Sep 17 00:00:00 2001 From: eggman Date: Fri, 24 Jun 2016 09:40:07 +0900 Subject: [PATCH] debug travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a71732d..ffe7ffc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ before_install: && if [ "$GCC_VER" = "4.9" ]; then GCC_URL="https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q1-update/+download/gcc-arm-none-eabi-5_3-2016q1-20160330-linux.tar.bz2" ; fi && wget -O gcc.tar.bz2 ${GCC_URL} && tar -jxf gcc.tar.bz2 --strip 1 - && exportline="export PATH=\$HOME/bin:\$PATH" + && exportline="export PATH=\$HOME/gcc/bin:\$PATH" && if grep -Fxq "$exportline" ~/.profile; then echo nothing to do ; else echo $exportline >> ~/.profile; fi && . ~/.profile && popd