]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Improved travis configuration file.
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Sun, 15 Aug 2021 18:41:29 +0000 (20:41 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Sun, 15 Aug 2021 18:41:29 +0000 (20:41 +0200)
.travis.yml

index 0919cd9088eb57bdfaf358200f8dad06dea015b7..c9ad0c500159b5c34d62e8ab55f3c33557b496e1 100644 (file)
@@ -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