temperaturecontrol: allow setting background tool without activating
[clinton/Smoothieware.git] / .travis.yml
index 9627ad5..dc5a476 100644 (file)
@@ -1,6 +1,7 @@
 before_script: 
- - ./travis_install
- - export PATH=$PATH:$PWD/gcc-arm-none-eabi/bin
+ - 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
 
@@ -8,3 +9,4 @@ script: make
 branches:
   only:
     - edge