From a4d6c521f08d1ddcd49984aad71394440b6857c2 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Sat, 21 Apr 2018 13:16:16 -0400 Subject: [PATCH] Updates to fix. --- config/.travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/.travis.yml b/config/.travis.yml index 5716efb8..09461584 100755 --- a/config/.travis.yml +++ b/config/.travis.yml @@ -4,6 +4,6 @@ python: install: - pip3 install homeassistant script: - - hass -c . --script check_config + - hass -c config/ --script check_config before_install: - mv travis_secrets.yaml secrets.yaml