Update .travis.yml
Cette révision appartient à :
Parent
cfec84010c
révision
10f734276c
1 fichiers modifiés avec 2 ajouts et 5 suppressions
|
@ -6,17 +6,14 @@ before_install:
|
|||
- sudo apt-get install gcc-mingw-w64 gcc-mingw-w64-i686 gcc-mingw-w64-x86-64 binutils-mingw-w64-i686
|
||||
binutils-mingw-w64-x86-64 ansible
|
||||
- go get -u github.com/tools/godep
|
||||
- go get github.com/go-playground/overalls
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
- go get github.com/mattn/goveralls
|
||||
before_script:
|
||||
- go vet
|
||||
- go test -v ./...
|
||||
script:
|
||||
- touch ./coverage.tmp
|
||||
- |
|
||||
echo 'mode: atomic' > coverage.txt
|
||||
- |
|
||||
go list ./... | grep -v /vendor | xargs -n1 -I{} sh -c 'go test -race -covermode=atomic -coverprofile=coverage.tmp -coverpkg $(go list ./... | grep -v /vendor | tr "\n" ",") {} && tail -n +2 coverage.tmp >> coverage.txt || exit 255' && rm coverage.tmp
|
||||
- overalls -project=github.com/NyaaPantsu/nyaa -covermode=count -debug -- -race
|
||||
- goveralls -coverprofile="coverage.txt" -service=travis-ci -repotoken $COVERALLS_TOKEN
|
||||
install:
|
||||
- export GOPATH="${TRAVIS_BUILD_DIR}/vendor:$GOPATH"
|
||||
|
|
Référencer dans un nouveau ticket