temperaturecontrol: allow setting background tool without activating
[clinton/Smoothieware.git] / .travis.yml
index c6e2936..dc5a476 100644 (file)
@@ -1,7 +1,7 @@
-before_install: ./travis_install
-
-env:
-- PATH=./gcc-arm-none-eabi/bin:$PATH
+before_script: 
+ - sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
+ - sudo apt-get update -qq
+ - sudo apt-get install -y --force-yes gcc-arm-none-eabi
 
 script: make
 
@@ -9,3 +9,4 @@ script: make
 branches:
   only:
     - edge