Home-AssistantConfig/.travis.yml

13 lines
282 B
YAML
Raw Normal View History

2018-04-21 13:17:27 -04:00
language: python
2018-04-22 18:43:08 +01:00
python: "3.6.4"
2018-04-21 13:17:27 -04:00
before_install:
2018-04-22 18:42:33 +01:00
- touch fake_key.pem
2018-04-22 19:23:08 +01:00
- touch /config/www/custom_ui/floorplan/images/fake_file
- mv config/travis_secrets.yaml config/secrets.yaml
2018-04-22 18:43:08 +01:00
install: pip3 install homeassistant
2018-04-22 18:51:07 +01:00
script: hass -c config/ --script check_config --info all