.travis.yml: do not fetch deps
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
c11bf15e83
commit
bbbd347252
1 changed files with 1 additions and 2 deletions
|
@ -12,11 +12,10 @@ before_install:
|
|||
- make install.tools
|
||||
- go get -u github.com/alecthomas/gometalinter
|
||||
- gometalinter --install --update
|
||||
- go get -t -d ./...
|
||||
|
||||
install: true
|
||||
|
||||
script:
|
||||
- make .gitvalidation
|
||||
- make lint
|
||||
- make
|
||||
- make binaries
|
||||
|
|
Loading…
Reference in a new issue