From f5d420dddacc65dd13cb8b721b19341f93280284 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Sat, 21 Apr 2018 13:36:49 -0400 Subject: [PATCH] Still trying to fix stuff. This won't do it but it's one step closer. #348 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 09461584..ca9af7e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ install: script: - hass -c config/ --script check_config before_install: - - mv travis_secrets.yaml secrets.yaml + - mv config/travis_secrets.yaml config/secrets.yaml