Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0

trying this for travis

Cette révision appartient à :
akuma06 2017-07-29 15:19:00 +02:00
Parent f14bdeec6b
révision ef9588b6cd
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -12,7 +12,7 @@ before_script:
- go vet
- go test -v ./...
script:
- go test -v -covermode=count -coverprofile=coverage.out
- 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"