You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.1 KiB

######################################################################
# @CCOSTAN - Follow Me on X
# For more info visit https://www.vcloudinfo.com/click-here
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# -------------------------------------------------------------------
# Travis CI - legacy Home Assistant configuration validation.
# Defines the Travis build used to validate this repository.
# -------------------------------------------------------------------
######################################################################
language: python
python: "3.8"
before_install:
- touch fake_key.pem
- mv config/travis_secrets.yaml config/secrets.yaml
install:
- pip3 install homeassistant
- pip3 install colorlog
- pip3 install python-dateutil
- git clone https://github.com/custom-components/youtube.git youtube_component/
- mv youtube_component/custom_components config/custom_components
- git clone https://github.com/mrk-its/homeassistant-blitzortung.git blitzortung_component/
- mv blitzortung_component/custom_components config/custom_components
script:
- hass -c config/ --script check_config --info all

Powered by TurnKey Linux.