Adding boilerplate files

Signed-off-by: Per Ploug <per.ploug@zalando.de>
This commit is contained in:
Per Ploug
2018-10-08 13:17:05 +02:00
parent e9b677605a
commit 3db0cc3135
40 changed files with 3247 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
language: go
go:
- "1.11"
env:
- GO111MODULE=on
script:
- make test
- make build.docker