Home-AssistantConfig/.travis.yml
Carlo Costanzo 71f79a0b90
Removing RUNNING version.
ALthough super cool addition by @pinkywafer . I want this to run against the LATEST version of Home Assistant for two reasons. 
1) Catch potential issues coming down the pike.
2) reassure followers of the repo that my code works for the current version of HA, not just the one I might be running. 

But thanks so much for the addition @pinkywafer !
2020-06-06 12:42:36 -04:00

16 lines
288 B
YAML
Executable File

language: python
python: "3.7"
before_install:
- touch fake_key.pem
- mv config/travis_secrets.yaml config/secrets.yaml
install:
- pip3 install homeassistant
- pip3 install colorlog
- pip3 install python-dateutil
script:
- hass -c config/ --script check_config --info all