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).
This commit is contained in:
Ian 2019-05-29 09:27:42 -05:00 committed by GitHub
parent ff5ce7bfec
commit 7733304ca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: