From 0f2e2389f4f0248641d01a6a06bb66eeb4e97d0f Mon Sep 17 00:00:00 2001 From: Marc Forth Date: Sun, 22 Apr 2018 18:43:08 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 04af96a5..6c9f114c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ language: python -python: "3.6" - -install: pip3 install homeassistant - -script: hass -c config/ --script check_config +python: "3.6.4" before_install: - touch fake_key.pem - mv config/travis_secrets.yaml config/secrets.yaml + +install: pip3 install homeassistant + +script: hass -c config/ --script check_config --info_all