Skip to content
Browse files

try using gcc from repo

  • Loading branch information...
1 parent 9dac876 commit 96a78b0754be71bbd03dda784377cd10ed24d3ec @wolfmanjm wolfmanjm committed Dec 1, 2015
Showing with 3 additions and 2 deletions.
  1. +2 −2 .travis.yml
  2. +1 −0 travis_install
View
4 .travis.yml
@@ -1,6 +1,6 @@
before_script:
- - ./travis_install
- - export PATH=$PATH:$PWD/gcc-arm-none-eabi/bin
+ - sudo apt-get update -qq
+ - sudo apt-get install -y gcc-arm-none-eabi
script: make
View
1 travis_install
@@ -76,3 +76,4 @@ RunAndLog mv $GCC4ARM_EXTRACT $GCC4ARM_DIR
echo Cleaning up intermediate files...
RunAndLog rm $GCC4ARM_TAR
+echo Installed build tools to $GCC4ARM_DIR

0 comments on commit 96a78b0

Please sign in to comment.
Something went wrong with that request. Please try again.