From ba1ae9315ea9b4f81c6af9170337bdc159146449 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Sat, 21 Apr 2018 13:47:08 -0400 Subject: [PATCH] Let's try multiple commands #348 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c18c8b81..8339e557 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,10 @@ language: python python: - "3.6" install: + - cd config - pip3 install homeassistant script: - - hass -c config/. --script check_config + - cd config + - hass -c . --script check_config before_install: - mv config/travis_secrets.yaml config/secrets.yaml