Add hack to send an ok as soon as we parse the G1 rather than after it has been planned.
[clinton/Smoothieware.git] / .travis.yml
index 373432b..dc5a476 100644 (file)
@@ -1,10 +1,12 @@
-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
-- 
+
 # whitelist
 branches:
   only:
-    - master
     - edge