diff options
| author | Eric Paris <[email protected]> | 2015-09-23 15:37:00 -0400 |
|---|---|---|
| committer | Eric Paris <[email protected]> | 2015-09-23 16:19:34 -0400 |
| commit | b02994d092faae574c4b87f516f6d7928f739da2 (patch) | |
| tree | 014098de374523548d92dd8173d155b60d0a2f6a /.travis.yml | |
| parent | 5a13a75b13d132dc7d07dd19fd260257cd9c0290 (diff) | |
Add more CI checks forcing code cleanliness
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c4d88e3..c40fb69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,12 @@ go: - 1.3 - 1.4 - tip + +install: + - go get github.com/golang/lint/golint + - export PATH=$GOPATH/bin:$PATH + - go install ./... + +script: + - verify/all.sh + - go test ./... |
