Merge pull request #349 from mf-social/patch-1
Reinstate Travis CI verified merges - @mf-socialpull/361/head
commit
e8440c15a5
@ -1,10 +1,11 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.6"
|
||||
install:
|
||||
- cd config
|
||||
- pip3 install homeassistant
|
||||
script:
|
||||
- hass -c . --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
|
||||
|
||||
@ -1 +0,0 @@
|
||||
This is a DUMMY file for the Travis Builder.
|
||||
@ -1 +0,0 @@
|
||||
This is a DUMMY file for the Travis Builder.
|
||||
Loading…
Reference in new issue