From 31622ca170be0e5510b57a2dbe20947d32bfdc49 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 4 Jun 2022 11:31:38 +0200 Subject: [PATCH] Delete .travis.yml.off --- .travis.yml.off | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 .travis.yml.off diff --git a/.travis.yml.off b/.travis.yml.off deleted file mode 100644 index 02f97e5b5..000000000 --- a/.travis.yml.off +++ /dev/null @@ -1,47 +0,0 @@ -language: python -python: - - '3.7' -sudo: false -install: - - pip install -U platformio - - platformio upgrade --dev - - platformio update - -cache: false - -env: - - ENV=tasmota - - ENV=tasmota-minimal - - ENV=tasmota-lite - - ENV=tasmota-knx - - ENV=tasmota-sensors - - ENV=tasmota-display - - ENV=tasmota-ir - - ENV=tasmota-BG - - ENV=tasmota-BR - - ENV=tasmota-CN - - ENV=tasmota-CZ - - ENV=tasmota-DE - - ENV=tasmota-ES - - ENV=tasmota-FR - - ENV=tasmota-GR - - ENV=tasmota-HE - - ENV=tasmota-HU - - ENV=tasmota-IT - - ENV=tasmota-KO - - ENV=tasmota-NL - - ENV=tasmota-PL - - ENV=tasmota-PT - - ENV=tasmota-RO - - ENV=tasmota-RU - - ENV=tasmota-SE - - ENV=tasmota-SK - - ENV=tasmota-TR - - ENV=tasmota-TW - - ENV=tasmota-UK - - ENV=tasmota-VN - -script: - - platformio run -e $ENV -before_deploy: - - for file in .pioenvs/*/firmware.bin; do cp $file ${file%/*}.bin; done