diff --git a/config/.travis.yml b/config/.travis.yml deleted file mode 100755 index 09461584..00000000 --- a/config/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: python -python: - - "3.6" -install: - - pip3 install homeassistant -script: - - hass -c config/ --script check_config -before_install: - - mv travis_secrets.yaml secrets.yaml