Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
add travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Jul 21, 2019
1 parent 26bb7ea commit 141d9b6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
dist: xenial
language: go
env:
- GO111MODULE=on GOFLAGS='-mod vendor'
go:
- 1.12.x
git:
depth: 1
install: true
notifications:
email: false

script:
- go build
- go test -v -race

0 comments on commit 141d9b6

Please sign in to comment.