Only use go get to install required packages
This commit is contained in:
parent
80f77b7a22
commit
283bcf7a1e
1 changed files with 1 additions and 4 deletions
|
@ -40,10 +40,7 @@ jobs:
|
||||||
script:
|
script:
|
||||||
- sudo luarocks install luacheck
|
- sudo luarocks install luacheck
|
||||||
- make luacheck
|
- make luacheck
|
||||||
- mkdir --parents $GOPATH/src/golang.org/x
|
- go get golang.org/x/lint/golint
|
||||||
&& 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
|
|
||||||
- make verify-all
|
- make verify-all
|
||||||
- stage: Lua Unit Test
|
- stage: Lua Unit Test
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue