This commit is contained in:
ccostan 2019-03-06 13:50:19 -05:00
parent 3aab5e71dc
commit 73e0a2316d
2 changed files with 5 additions and 2 deletions

7
.travis.yml Normal file → Executable file
View File

@ -6,6 +6,9 @@ before_install:
- touch fake_key.pem
- mv config/travis_secrets.yaml config/secrets.yaml
install: pip3 install homeassistant
install:
- pip3 install homeassistant
- pip3 install colorlog
script: hass -c config/ --script check_config --info all
script:
- hass -c config/ --script check_config --info all

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 103 KiB