surok/.travis.yml
2017-01-18 12:02:47 +03:00

21 lines
277 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
# tests script
script:
- ./runtests.sh