Update .travis.yml

Re #348   - did you try it like this?
This commit is contained in:
Marc Forth 2018-04-21 19:06:03 +01:00 committed by GitHub
parent 4c3e96c5be
commit 657e107697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,10 @@
language: python
python:
- "3.6"
install:
- cd config
- pip3 install homeassistant
script:
- hass -c . --script check_config
python: "3.6"
install: pip3 install homeassistant
script: hass -c config/ --script check_config
before_install:
- mv config/travis_secrets.yaml config/secrets.yaml