From 283bcf7a1eff70d0dca82a691a4b7b169b168a74 Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Wed, 13 Jun 2018 12:30:10 -0400 Subject: [PATCH] Only use go get to install required packages --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1cb4d40f9..40445ee44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,10 +40,7 @@ jobs: script: - sudo luarocks install luacheck - make luacheck - - mkdir --parents $GOPATH/src/golang.org/x - && git clone --depth=1 https://go.googlesource.com/lint $GOPATH/src/golang.org/x/lint - && go get golang.org/x/lint/golint - - go get github.com/vbatts/git-validation + - go get golang.org/x/lint/golint - make verify-all - stage: Lua Unit Test before_script: