Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Cette révision appartient à :
akuma06 2017-07-31 03:17:54 +02:00 révisé par GitHub
Parent d77b69e613
révision 755016d4e6

Voir le fichier

@ -14,7 +14,7 @@ before_script:
- go test -v ./...
script:
- overalls -project=github.com/NyaaPantsu/nyaa -covermode=count -debug
- goveralls -coverprofile="overalls.coverprofile" -service=travis-ci -repotoken $COVERALLS_TOKEN
- goveralls -coverprofile="overalls.coverprofile" -service=travis-ci -repotoken=$COVERALLS_TOKEN
install:
- export GOPATH="${TRAVIS_BUILD_DIR}/vendor:$GOPATH"
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"