diff --git a/.travis.yml b/.travis.yml index 9bc6232..ee43a4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,10 +39,6 @@ jobs: name: "golangci-lint" script: make lint - - stage: "Test" - name: "go get" - script: cd /tmp && go get "github.com/${TRAVIS_REPO_SLUG}@${BRANCH}" - - stage: "Test" name: "unit tests" script: make test