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: