Make travis builds a bit faster (#382)
* travis: clone depth=1 * cache kafka download
This commit is contained in:
parent
b64f8b5912
commit
7e2362cd2e
3 changed files with 14 additions and 3 deletions
|
|
@ -19,9 +19,16 @@ addons:
|
|||
services:
|
||||
- postgresql
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- .downloads
|
||||
|
||||
install:
|
||||
- go get github.com/constabulary/gb/...
|
||||
|
||||
script:
|
||||
- ./scripts/travis-test.sh
|
||||
|
||||
# we only need the latest git commit
|
||||
git:
|
||||
depth: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue