1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/.travis.yml
2015-10-03 11:36:39 -07:00

12 lines
169 B
YAML

sudo: false
language: python
cache:
directories:
- $HOME/virtualenv/python3.4.2/
python:
- "3.4"
install:
- script/bootstrap_server
script:
- script/cibuild