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

Merge pull request #57 from PeterDaveHello/EnableTravisCI

Enable Travis CI with basic Docker build testing
This commit is contained in:
Frank Denis 2019-05-04 22:17:44 +02:00 committed by GitHub
commit a4a24e861a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

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