mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-04 18:00:34 +00:00
12 lines
223 B
YAML
12 lines
223 B
YAML
language: python
|
|
|
|
python: "3.6.4"
|
|
|
|
before_install:
|
|
- touch fake_key.pem
|
|
- mv config/travis_secrets.yaml config/secrets.yaml
|
|
|
|
install: pip3 install homeassistant
|
|
|
|
script: hass -c config/ --script check_config --info_all
|