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:
commit
a4a24e861a
14
.travis.yml
Normal file
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
|
Loading…
Reference in New Issue
Block a user