Update .travis.yml

This commit is contained in:
Marc Forth 2018-04-22 18:43:08 +01:00 committed by GitHub
parent e166605d4e
commit 0f2e2389f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
language: python
python: "3.6"
install: pip3 install homeassistant
script: hass -c config/ --script check_config
python: "3.6.4"
before_install:
- touch fake_key.pem
- mv config/travis_secrets.yaml config/secrets.yaml
install: pip3 install homeassistant
script: hass -c config/ --script check_config --info_all