From ab4fe98353944eeec796d933ac0d6a0a01529865 Mon Sep 17 00:00:00 2001 From: Pavel Slama Date: Mon, 21 Dec 2020 21:16:00 +0100 Subject: [PATCH] delete travis --- .travis.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 05711ae..0000000 --- a/.travis.yml +++ /dev/null @@ -1,26 +0,0 @@ -language: python -python: - - "2.7" - -sudo: false -cache: - directories: - - "~/.platformio" - -install: - - pip install -U platformio - - platformio update - - platformio lib -g install MovingAverageAngle - - platformio lib -g install MCP3X21 - -script: - - platformio ci --lib="." --board=uno "./examples/timers/WeatherMeters_AVR" - - platformio ci --lib="." --board=esp32dev "./examples/timers/WeatherMeters_ESP32" - - platformio ci --lib="." --board=d1_mini "./examples/timers/WeatherMeters_ESP8266" - - platformio ci --lib="." --board=d1_mini "./examples/WeatherMeters_adhoc" - - platformio ci --lib="." --board=d1_mini "./examples/WeatherMeters_external_ADC" - -notifications: - email: - on_success: change - on_failure: change