This commit is contained in:
Mattias Wadman
2019-07-22 09:08:59 +02:00
commit 88fc6c8d7a
9 changed files with 776 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
sudo: required
services:
- docker
language: go
go:
- "1.12"
# a bit strange but want to reuse the test Dockerfile
script: docker build --build-arg GO_VERSION=$(go version | cut -d' ' -f 3 | cut -b 3-) .