mirror of
https://gitee.com/johng/gf.git
synced 2024-11-30 03:07:45 +08:00
travis updates
This commit is contained in:
parent
485dafb616
commit
b1fc3ff17a
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user