Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

trying coverall documentation instead

Cette révision appartient à :
akuma06 2017-07-29 14:15:48 +02:00
Parent b09808dcb8
révision f14bdeec6b

Voir le fichier

@ -12,7 +12,8 @@ before_script:
- go vet
- go test -v ./...
script:
- $HOME/gopath/bin/goveralls -repotoken $COVERALLS_TOKEN
- go test -v -covermode=count -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
install:
- export GOPATH="${TRAVIS_BUILD_DIR}/vendor:$GOPATH"
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"