From 1d1733e356859db066d1625e99624239e58bdd9d Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sun, 30 Dec 2018 14:15:39 +0100 Subject: [PATCH] Reduce travis testing time Using esphomelib directly is fading slowly fading away anyway. esphomeyaml tests test most of this anyway too. Travis jobs just always took too long. --- .gitlab-ci.yml | 9 +-------- .travis.yml | 7 ------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40f71ebd..dcf6168f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,11 +29,4 @@ test-advanced: script: - | platformio run \ - -e dht-dallas-sensors \ - -e switch-binarysensor \ - -e fan-example \ - -e lights \ - -e custombmp180 \ - -e i2c-sensors \ - -e pcf8574 \ - -e fastled + -e custombmp180 diff --git a/.travis.yml b/.travis.yml index ac924055..66b262e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,15 +36,8 @@ cache: env: matrix: - BUILD_TARGET=livingroom - - BUILD_TARGET=dht-dallas-sensors - - BUILD_TARGET=switch-binarysensor - - BUILD_TARGET=fan-example - - BUILD_TARGET=lights - BUILD_TARGET=livingroom8266 - BUILD_TARGET=custombmp180 - - BUILD_TARGET=i2c-sensors - - BUILD_TARGET=pcf8574 - - BUILD_TARGET=fastled script: - platformio run -e $BUILD_TARGET