travis ci
This commit is contained in:
parent
2e04ca87aa
commit
b4dd18055e
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
sudo: required
|
||||||
|
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.5"
|
||||||
|
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- docker pull ubuntu:xenial
|
||||||
|
|
||||||
|
script:
|
||||||
|
- cd build && ./build.sh surok_image
|
Loading…
Reference in New Issue
Block a user