1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-16 12:45:24 +00:00

loop all directories

This commit is contained in:
V2Ray 2015-09-07 21:01:55 +02:00
parent b97d1599b0
commit bdeee46839

View File

@ -11,7 +11,7 @@ before_install:
- go get github.com/mattn/goveralls
script:
- go test ./...
- for d in $(find -type d -printf './%P\n'); do echo go test -v -coverprofile=cover.coverprofile $d; done
- gover
- $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci -repotoken $COVERALLS_TOKEN