mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-05 10:04:59 +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
|