Files
Home-AssistantConfig/config/.travis.yml
Carlo Costanzo a4d6c521f0 Updates to fix.
2018-04-21 13:16:16 -04:00

10 lines
181 B
YAML
Executable File

language: python
python:
- "3.6"
install:
- pip3 install homeassistant
script:
- hass -c config/ --script check_config
before_install:
- mv travis_secrets.yaml secrets.yaml