This commit is contained in:
Manuel de Brito Fontes 2018-06-13 12:39:34 -04:00 committed by Manuel Alejandro de Brito Fontes
parent 283bcf7a1e
commit c680112405
No known key found for this signature in database
GPG key ID: 786136016A8BA02A

View file

@ -40,7 +40,12 @@ jobs:
script:
- sudo luarocks install luacheck
- make luacheck
- go get golang.org/x/lint/golint
- |
go get -d golang.org/x/lint/golint
cd $GOPATH/src/golang.org/x/tools
git checkout release-branch.go1.10
go install golang.org/x/lint/golint
cd -
- make verify-all
- stage: Lua Unit Test
before_script: