From f996c7e7c5f1f38a7cad277982f3435dc9115f8c Mon Sep 17 00:00:00 2001 From: akuma06 Date: Sun, 30 Jul 2017 01:28:00 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f03a108f..33b1f6db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ before_script: - go vet - go test -v ./... script: -- overalls -project=github.com/NyaaPantsu/nyaa -covermode=count -debug -- -race +- overalls -project=github.com/NyaaPantsu/nyaa -covermode=count -debug - goveralls -coverprofile="overalls.coverprofile" -service=travis-ci -repotoken $COVERALLS_TOKEN install: - export GOPATH="${TRAVIS_BUILD_DIR}/vendor:$GOPATH"