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)