1
mirror of https://github.com/home-assistant/core synced 2024-09-06 10:29:55 +02:00
ha-core/.travis.yml
2015-12-17 09:15:56 -08:00

13 lines
156 B
YAML

sudo: false
language: python
cache: pip
python:
- 3.4
- 3.5
install:
- script/bootstrap_server
script:
- script/cibuild
matrix:
fast_finish: true