From 47111af967518b4abefe473661eb44575f2f9f02 Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Fri, 19 Aug 2016 23:12:27 +0300 Subject: [PATCH] remove esp31b compilation --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index b4afa8e..ce0228f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,22 +22,10 @@ script: - git clone https://github.com/esp8266/Arduino.git esp8266 - cd esp8266/tools - python get.py - - cd $HOME/arduino_ide/hardware - - mkdir espressif - - cd espressif - - git clone https://github.com/me-no-dev/ESP31B.git ESP31B - - cd ESP31B/tools - - wget https://github.com/me-no-dev/ESP31B/releases/download/0.0.1/xtensa-esp108-elf-linux64.tar.gz - - tar zxvf xtensa-esp108-elf-linux64.tar.gz - - chmod +x xtensa-esp108-elf/bin/* - - chmod +x xtensa-esp108-elf/xtensa-esp108-elf/bin/* - source $TRAVIS_BUILD_DIR/travis/common.sh - arduino --board esp8266com:esp8266:generic --save-prefs - arduino --get-pref sketchbook.path - build_sketches arduino $HOME/Arduino/libraries/ESPAsyncWebServer esp8266 -# - arduino --board espressif:ESP31B:esp31b --save-prefs -# - arduino --get-pref sketchbook.path -# - build_sketches arduino $HOME/Arduino/libraries/ESPAsyncWebServer esp31b notifications: email: