From a9aff2125155bb61dd2e679a4b365503b6e2d945 Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Tue, 24 Nov 2020 11:43:23 +0100 Subject: [PATCH] restore travis scripts --- .travis.yml | 8 ++++---- platformio.ini | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a1f152b4..268bacc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,11 +18,11 @@ install: - pip install -U platformio env: -# - TARGET=esp32 PLATFORM=arduino BT=yes AUTHENTICATION=yes FILESYSTEM=FAT -# - TARGET=esp32 PLATFORM=arduino BT=yes AUTHENTICATION=no FILESYSTEM=SPIFFS -# - TARGET=esp8266 PLATFORM=arduino BT=no AUTHENTICATION=yes FILESYSTEM=LITTLEFS + - TARGET=esp32 PLATFORM=arduino BT=yes AUTHENTICATION=yes FILESYSTEM=FAT + - TARGET=esp32 PLATFORM=arduino BT=yes AUTHENTICATION=no FILESYSTEM=SPIFFS + - TARGET=esp8266 PLATFORM=arduino BT=no AUTHENTICATION=yes FILESYSTEM=LITTLEFS - TARGET=esp8266 PLATFORM=arduino BT=no AUTHENTICATION=no FILESYSTEM=LITTLEFS -# - TARGET=all PLATFORM=PIO BT=yes AUTHENTICATION=yes + - TARGET=all PLATFORM=PIO BT=yes AUTHENTICATION=yes before_script: - platformio update diff --git a/platformio.ini b/platformio.ini index 6a946804..41c6c4b1 100644 --- a/platformio.ini +++ b/platformio.ini @@ -14,7 +14,7 @@ build_dir = .pioenvs lib_dir = libraries libdeps_dir = .piolibdeps data_dir = esp3d/data -default_envs = esp8266dev +default_envs = esp32dev [env:esp32dev] platform = https://github.com/platformio/platform-espressif32.git