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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

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