surok/.travis.yml

21 lines
277 B
YAML
Raw Normal View History

2016-11-11 21:45:16 +03:00
sudo: required
language: python
python:
2016-11-12 13:25:19 +03:00
- "3.4"
2016-11-11 21:45:16 +03:00
- "3.5"
services:
- docker
before_install:
2016-11-12 13:25:19 +03:00
- cd build && ./build.sh surok_image
2016-11-14 14:57:17 +03:00
- ./build.sh alpine
- ./build.sh centos
2016-11-14 17:28:35 +03:00
- ./build.sh centos_rpm
2016-11-16 10:08:39 +03:00
- ./build.sh fedora_rpm
2016-11-11 21:45:16 +03:00
2017-01-18 12:02:47 +03:00
# tests script
2016-11-11 21:45:16 +03:00
script:
2016-11-12 13:31:21 +03:00
- ./runtests.sh