.travis.yml: do not fetch deps

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-09-21 11:57:03 +02:00
parent c11bf15e83
commit bbbd347252
No known key found for this signature in database
GPG Key ID: B2BEAD150DE936B9
1 changed files with 1 additions and 2 deletions

View File

@ -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