Create .travis.yml

pull/361/head
Carlo Costanzo 8 years ago committed by GitHub
parent a4d6c521f0
commit a56f584afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
Loading…
Cancel
Save

Powered by TurnKey Linux.