Skip to content

Commit

Permalink
travis: refresh the pipeline (#77)
Browse files Browse the repository at this point in the history
- incorporate go modules
- use 1.x to make sure we always use latest version of go
- enable the race detector in tests
  • Loading branch information
fsouza authored Feb 11, 2019
1 parent ae3e73a commit b8a1976
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: go

go:
- 1.7
- 1.8
- 1.x
- tip
env:
- GO111MODULE=on
install:
- go mod download
script:
- go test -race -v

0 comments on commit b8a1976

Please sign in to comment.