From 8333c4b48d5d08f8498b265528539ea13aa1d825 Mon Sep 17 00:00:00 2001 From: cschwinne Date: Mon, 11 May 2020 11:18:07 +0200 Subject: [PATCH] Travis environment selection in platformio.ini --- .travis.yml | 2 +- platformio.ini | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ccaf9ee2..16b4f2c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,4 +40,4 @@ install: - platformio update script: # - platformio ci --project-conf=./platformio.ini - - platformio run --environment travis_esp8266 --environment travis_esp32 \ No newline at end of file + - platformio run \ No newline at end of file diff --git a/platformio.ini b/platformio.ini index b9771de0..4d404c7d 100644 --- a/platformio.ini +++ b/platformio.ini @@ -15,7 +15,10 @@ extra_configs = # Please uncomment one of the lines below to select your board(s) # ------------------------------------------------------------------------------ -# Release binaries follow +# Travis CI binaries (comment this out when building for single board) +default_envs = travis_esp8266, esp01, esp01_1m_ota, travis_esp32 + +# Release binaries ; default_envs = nodemcuv2, esp01, esp01_1m_ota, esp01_1m_full, esp32dev, custom_WS2801, custom_APA102, custom_LEDPIN_16, custom_LEDPIN_4, custom32_LEDPIN_16 # Single binaries (uncomment your board)