Create .travis.yml

This commit is contained in:
Carlo Costanzo
2018-04-21 13:17:27 -04:00
committed by GitHub
parent a4d6c521f0
commit a56f584afc

9
.travis.yml Normal file
View File

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