Merge pull request #57 from PeterDaveHello/EnableTravisCI

Enable Travis CI with basic Docker build testing
pull/60/head
Frank Denis 5 years ago committed by GitHub
commit a4a24e861a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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