diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2018-08-30 01:29:36 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2018-08-30 01:29:36 -0700 |
| commit | 22d93f9354df63155947452372a7df7bb71514c4 (patch) | |
| tree | 3f55c877e379bb74852293a4f92f6d8bac64e230 /.travis.yml | |
| parent | 483a1e717f5c1d0a68061d596118a93b2d498d53 (diff) | |
Remove dep from documentation and travis build
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 4c7bea4..f715434 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,11 +23,8 @@ jobs: - stage: presubmits env: Generate, Format, and Lint install: - - wget -q https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 -O /tmp/dep - - chmod a+x /tmp/dep - make tools script: - - /tmp/dep status - make gen - bin/files-changed proto - make format |