From fb62424751151ab9c63d1c2718777b17ce49ff3f Mon Sep 17 00:00:00 2001 From: Kevin Eifinger Date: Fri, 2 Nov 2018 12:47:23 +0100 Subject: [PATCH] ipdate .travis.yaml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e5ab1dad..e6f368ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ python: install: - pip3 install homeassistant script: - - hass -c . --script check_config + - hass -c . --script check_config --info all before_install: - mv travis_secrets.yaml secrets.yaml