Only use go get to install required packages

This commit is contained in:
Manuel de Brito Fontes 2018-06-13 12:30:10 -04:00
parent 80f77b7a22
commit 283bcf7a1e

View file

@ -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: