From c1e98a148bdcd4ebb340ab5b214ada3f929fc5c1 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sun, 15 Aug 2021 20:36:44 +0200 Subject: [PATCH] Updated travis configuration --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 01aec920..0919cd90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python -python: "3.7" +python: "3.8" before_install: @@ -10,6 +10,6 @@ install: - 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