From b35167796705a98a55cd9ffe24d6ee21e799b0b3 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sun, 15 Aug 2021 20:41:29 +0200 Subject: [PATCH] Improved travis configuration file. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0919cd90..c9ad0c50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,13 +3,13 @@ language: python python: "3.8" before_install: + - cp .secrets_travis.yaml secrets.yaml + - cp credentials/.google_travis.json credentials/google.json install: - pip3 install homeassistant - pip3 install colorlog - pip3 install python-dateutil - - cp .secrets_travis.yaml secrets.yaml - - cp credentials/.google_travis.json credentials/google.json script: - hass -c . --script check_config --info all -- 2.47.3