From b2c3f16a4a0ac97234a9b3f3b65f31a1152b072c Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Sat, 21 Apr 2018 13:44:02 -0400 Subject: [PATCH] More updates for #348 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ca9af7e3..c18c8b81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ python: install: - pip3 install homeassistant script: - - hass -c config/ --script check_config + - hass -c config/. --script check_config before_install: - mv config/travis_secrets.yaml config/secrets.yaml