From 87238f0b213f1892c8da1c48d5293429a3e4cf49 Mon Sep 17 00:00:00 2001 From: Luc Date: Sat, 31 Dec 2016 18:10:34 +0100 Subject: [PATCH] add missing flags for 1.8.0 --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8810c334..05bda5a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,14 @@ before_script: - git clone https://github.com/esp8266/Arduino.git esp8266 - cd esp8266/tools - python get.py + - cd .. + - touch pt.txt + - echo 'build.flash_ld=eagle.flash.4m.ld' >> pt.txt + - echo 'build.flash_freq=40' >> pt.txt + - echo 'build.flash_size=4M' >> pt.txt + - cat ./platform.txt >> pt.txt + - rm -fr platform.txt + - mv pt.txt platform.txt script: