1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-22 19:42:03 +01:00

Enable Travis CI with basic Docker build testing

This commit is contained in:
Peter Dave Hello 2019-05-05 01:05:06 +08:00
parent 7f735f89b8
commit 2e27aeba4f

14
.travis.yml Normal file

@ -0,0 +1,14 @@
---
dist: xenial
language: minimal
git:
depth: 5
script:
- docker build -t dnscrypt-server-docker-ci-test .
services:
- docker