Skip to content

Commit

Permalink
update the go test
Browse files Browse the repository at this point in the history
  • Loading branch information
xgfone committed Jun 11, 2021
1 parent 3391a05 commit bbd005a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
Expand All @@ -9,4 +13,4 @@ go:
env:
- GO111MODULE=on
script:
- go test -race ./...
- go test -race

0 comments on commit bbd005a

Please sign in to comment.