Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update .travis.yml

Cette révision appartient à :
akuma06 2017-07-30 01:22:41 +02:00 révisé par GitHub
Parent 10f734276c
révision ebba7ac122

Voir le fichier

@ -14,7 +14,7 @@ before_script:
- go test -v ./...
script:
- overalls -project=github.com/NyaaPantsu/nyaa -covermode=count -debug -- -race
- goveralls -coverprofile="coverage.txt" -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"