Merge pull request #15 from wpaulino/travis

build: set up travis
This commit is contained in:
Olaoluwa Osuntokun
2019-11-25 18:52:21 -06:00
committed by GitHub

16
.travis.yml Normal file
View File

@@ -0,0 +1,16 @@
language: go
go:
- "1.13.x"
cache:
directories:
- $GOCACHE
- $GOPATH/pkg/mod
env:
global:
- GOCACHE=$HOME/.go-build
script:
- go test -v -race ./...