1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
.vscode/settings.json .vscode/settings.json
**/.vscode **/.vscode
*.yml *.yml
!.travis.yml
docker-compose.yml docker-compose.yml
data/* data/*
Makefile-env Makefile-env

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
sudo: required
language: c
services:
- docker
script:
- make build-all