Update .travis.yml
This commit is contained in:
parent
e166605d4e
commit
0f2e2389f4
10
.travis.yml
10
.travis.yml
|
@ -1,11 +1,11 @@
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
python: "3.6"
|
python: "3.6.4"
|
||||||
|
|
||||||
install: pip3 install homeassistant
|
|
||||||
|
|
||||||
script: hass -c config/ --script check_config
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- touch fake_key.pem
|
- touch fake_key.pem
|
||||||
- mv config/travis_secrets.yaml config/secrets.yaml
|
- mv config/travis_secrets.yaml config/secrets.yaml
|
||||||
|
|
||||||
|
install: pip3 install homeassistant
|
||||||
|
|
||||||
|
script: hass -c config/ --script check_config --info_all
|
||||||
|
|
Loading…
Reference in New Issue