1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

Add simple ci through travis (#62)

add travis.yml
This commit is contained in:
Felix Bartels
2018-12-22 12:13:32 +01:00
committed by GitHub
parent 9d5c159db8
commit a83b0471d3
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
.vscode/settings.json
**/.vscode
*.yml
!.travis.yml
docker-compose.yml
data/*
Makefile-env
+8
View File
@@ -0,0 +1,8 @@
sudo: required
language: c
services:
- docker
script:
- make build-all