diff --git a/.travis.yml b/.travis.yml index b692e9a1..7de16932 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: python -python: - - "3.6" -install: - - cd config - - pip3 install homeassistant -script: - - hass -c . --script check_config + +python: "3.6" + +install: pip3 install homeassistant + +script: hass -c config/ --script check_config + before_install: - mv config/travis_secrets.yaml config/secrets.yaml