Skip to content

Commit

Permalink
Added Travis configuration (fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummientchen committed Mar 20, 2018
1 parent 9477c9a commit 7b62468
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: python
python:
- "3.6"
before_install:
- mv travis_secrets.yaml secrets.yaml
install:
- pip3 install homeassistant
script:
- hass -c . --script check_config

0 comments on commit 7b62468

Please sign in to comment.