From 7733304ca79b2980bf25ae3f293e1cfe3a6a8854 Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 29 May 2019 09:27:42 -0500 Subject: [PATCH] Update travis.yml Recent compartmentalization of the HASS install has caused some things to break within Travis, and [this fix has been demonstrated to correct the issue](https://github.com/Apocrathia/home-assistant-config/pull/25). --- source/_docs/ecosystem/backup/backup_github.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_docs/ecosystem/backup/backup_github.markdown b/source/_docs/ecosystem/backup/backup_github.markdown index 497b788520c..397b7cbc608 100644 --- a/source/_docs/ecosystem/backup/backup_github.markdown +++ b/source/_docs/ecosystem/backup/backup_github.markdown @@ -162,6 +162,7 @@ python: - "3.5" before_install: - mv travis_secrets.yaml secrets.yaml + - sudo apt-get install -y libudev-dev install: - pip3 install homeassistant script: