Skip to content

Commit

Permalink
Merge d424eed into b9e1961
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Apr 24, 2018
2 parents b9e1961 + d424eed commit a076e58
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -40,7 +40,10 @@ jobs:
script:
- sudo luarocks install luacheck
- make luacheck
- go get github.com/golang/lint/golint
- 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 -u github.com/jteeuwen/go-bindata/...
- make verify-all
- stage: Lua Unit Test
Expand Down

0 comments on commit a076e58

Please sign in to comment.