add .travis.yml

This commit is contained in:
Serge Zaitsev 2018-09-19 11:34:01 +02:00
parent ce767e10ee
commit 9f81d872ab

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: go
go:
- master
- "1.11.x"
env: GO111MODULE=on
install:
- go mod download
script:
- go build ./cmd/gomodproxy
- go test -race -v ./...