surok/.travis.yml
2016-11-16 15:34:57 +03:00

20 lines
262 B
YAML

sudo: required
language: python
python:
- "3.4"
- "3.5"
services:
- docker
before_install:
- cd build && ./build.sh surok_image
- ./build.sh alpine
- ./build.sh centos
- ./build.sh centos_rpm
- ./build.sh fedora_rpm
script:
- ./runtests.sh