Let's try multiple commands #348
This commit is contained in:
parent
b2c3f16a4a
commit
ba1ae9315e
|
@ -2,8 +2,10 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
install:
|
install:
|
||||||
|
- cd config
|
||||||
- pip3 install homeassistant
|
- pip3 install homeassistant
|
||||||
script:
|
script:
|
||||||
- hass -c config/. --script check_config
|
- cd config
|
||||||
|
- hass -c . --script check_config
|
||||||
before_install:
|
before_install:
|
||||||
- mv config/travis_secrets.yaml config/secrets.yaml
|
- mv config/travis_secrets.yaml config/secrets.yaml
|
||||||
|
|
Loading…
Reference in New Issue