Skip to content

Commit

Permalink
Merge pull request opencontainers#372 from mrunalp/fix_build
Browse files Browse the repository at this point in the history
Fix the build by getting rid of go get for vet
  • Loading branch information
LK4D4 committed Apr 7, 2016
2 parents 91c67c7 + c506ce6 commit 8aac1cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ language: go
go:
- 1.6
- 1.5.3
- 1.4.3
- 1.3.3

sudo: false

before_install:
- go get golang.org/x/tools/cmd/vet
- go version | (grep -q 'go1.[56]' || exit 0 && go get -u github.com/golang/lint/golint )
- go get github.com/vbatts/git-validation

Expand Down

0 comments on commit 8aac1cb

Please sign in to comment.