.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
|
- make install.tools
|
||||||
- go get -u github.com/alecthomas/gometalinter
|
- go get -u github.com/alecthomas/gometalinter
|
||||||
- gometalinter --install --update
|
- gometalinter --install --update
|
||||||
- go get -t -d ./...
|
|
||||||
|
|
||||||
install: true
|
install: true
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make .gitvalidation
|
- make .gitvalidation
|
||||||
- make lint
|
- make lint
|
||||||
- make
|
- make binaries
|
||||||
|
|
Loading…
Reference in a new issue