From: Giorgio Ravera Date: Sun, 15 Aug 2021 18:36:44 +0000 (+0200) Subject: Updated travis configuration X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=c1e98a148bdcd4ebb340ab5b214ada3f929fc5c1;p=homeassistant.git Updated travis configuration --- 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