Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update .travis.yml

Cette révision appartient à :
akuma06 2017-07-30 01:21:47 +02:00 révisé par GitHub
Parent cfec84010c
révision 10f734276c

Voir le fichier

@ -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"