travis updates

This commit is contained in:
John
2019-02-02 16:54:04 +08:00
parent 580e099cb7
commit 2ecaa12647

View File

@ -21,6 +21,7 @@ install:
- pwd
script:
- cd g
- GOARCH=386 go test -v ./...
- GOARCH=amd64 go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic