travis updates

This commit is contained in:
John 2019-01-17 16:06:56 +08:00
parent 485dafb616
commit b1fc3ff17a

View File

@ -21,10 +21,12 @@ install:
- pwd - pwd
- mkdir -p $GITEE_GF - mkdir -p $GITEE_GF
- cp * $GITEE_GF -R - cp * $GITEE_GF -R
- cd $GITEE_GF - cd $GITEE_GF/g
script: script:
- cd g && go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic - GOARCH=386 go test -v ./... -race -covermode=atomic
- GOARCH=amd64 go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)