core/.travis.yml

11 lines
128 B
YAML

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