chore: add CI configuration.

This commit is contained in:
Fernandez Ludovic
2019-09-17 00:40:58 +02:00
parent d8aeedd011
commit 3e0740e194

26
.travis.yml Normal file
View File

@ -0,0 +1,26 @@
language: go
go:
- "1.x"
cache:
directories:
- $GOPATH/pkg/mod
notifications:
email:
on_success: never
on_failure: change
env:
- GO111MODULE=on
install:
- go mod tidy
- git diff --exit-code go.mod
- git diff --exit-code go.sum
- go mod download
script:
- make build
- make image