add travis cache.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-09-15 10:45:48 +08:00
parent 2bb12f6191
commit 7be55a304e
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ go:
- 1.6.3
- tip
cache:
directories:
- vendor
- ${HOME}/.glide
env:
global:
- DOCKER_COMPOSE_VERSION=1.7.1