Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Reduce travis testing time
Browse files Browse the repository at this point in the history
Using esphomelib directly is fading slowly fading away anyway. esphomeyaml tests test most of this anyway too. Travis jobs just always took too long.
  • Loading branch information
OttoWinter committed Dec 30, 2018
1 parent f791e5b commit 1d1733e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
9 changes: 1 addition & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1d1733e

Please sign in to comment.