Skip to content

Commit b8a1976

Browse files
authored
travis: refresh the pipeline (#77)
- incorporate go modules - use 1.x to make sure we always use latest version of go - enable the race detector in tests
1 parent ae3e73a commit b8a1976

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
language: go
2-
32
go:
4-
- 1.7
5-
- 1.8
3+
- 1.x
64
- tip
5+
env:
6+
- GO111MODULE=on
7+
install:
8+
- go mod download
9+
script:
10+
- go test -race -v

0 commit comments

Comments
 (0)