From c7511e73b123453aadd56370129d9363a74ec12e Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Thu, 28 Feb 2019 21:20:08 +0100 Subject: [PATCH] Add caching --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 34ca454..1c963ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,10 @@ services: env: - GO111MODULE=on +cache: + directories: + - $HOME/gopath/pkg/mod + before_install: - export GIMME_GO=$(< GO_VERSION) - eval "$(gimme ${GIMME_GO%.0})";