Skip to content

Commit

Permalink
Merge pull request #2 from geripgeri/feature/travis-ci
Browse files Browse the repository at this point in the history
Feature/travis ci
  • Loading branch information
geripgeri authored Oct 11, 2019
2 parents 33807d6 + 03d9017 commit 8729296
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
services:
- docker
before_install:
- mv secrets-example.yaml secrets.yaml
- docker pull esphome/esphome

script:
- docker run --rm -v "${PWD}":/config -it --entrypoint /usr/bin/find esphome/esphome . -maxdepth 1 -type f -name "*.yaml" -and -not -name "secrets.yaml" -exec esphome {} config \;

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# ESPHome-configs
# ESPHome-configs

[![Build Status](https://travis-ci.org/geripgeri/ESPHome-configs.svg?branch=master)](https://travis-ci.org/geripgeri/ESPHome-configs)
2 changes: 1 addition & 1 deletion entrance_door.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ esphome:
board: nodemcuv2

wifi:
ssid: !secret wifi_ssid
ssid: !secret wifi_ssida
password: !secret wifi_ssid

# Enable logging
Expand Down

0 comments on commit 8729296

Please sign in to comment.