From 657e1076979d4614d0bb392dc2ce584bf2d5a4f1 Mon Sep 17 00:00:00 2001 From: Marc Forth Date: Sat, 21 Apr 2018 19:06:03 +0100 Subject: [PATCH] Update .travis.yml Re #348 - did you try it like this? --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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