mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 18:08:04 +00:00
Closes #73 - Added Travis CI testing
This commit is contained in:
9
.travis.yml
Executable file
9
.travis.yml
Executable file
@@ -0,0 +1,9 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.4"
|
||||
install:
|
||||
- pip3 install homeassistant
|
||||
script:
|
||||
- hass -c . --script check_config
|
||||
before_install:
|
||||
- mv travis_secrets.yaml secrets.yaml
|
||||
Reference in New Issue
Block a user