From 2e6673d9b651a8d2cc3da6a69001846f73f5a1e0 Mon Sep 17 00:00:00 2001 From: Moikot Date: Mon, 12 Oct 2020 16:52:12 +0200 Subject: [PATCH] Remove restore packages --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 00b0c36..516ca9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,11 +32,6 @@ matrix: - stage: build and test script: - # Restore packages using moikot/golang-dep - - >- - docker run --rm -v $(pwd):${APP_FOLDER} -w ${APP_FOLDER} - -u $(id -u ${USER}):$(id -g ${USER}) - moikot/golang-dep ensure -vendor-only # Run all the tests and report the coverage - go test -covermode=count -coverprofile=profile.cov -coverpkg=./... ./... - $GOPATH/bin/goveralls -coverprofile=profile.cov -service=travis-ci