From 27b60a05b4d894183353683357da6d1b9517830f Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Fri, 31 Aug 2018 21:14:35 +0200 Subject: [PATCH] Travis: Cache Go build artifacts --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index dcac6c288..bbee9f3ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,10 @@ notifications: on_failure: change skip_join: true +cache: + directories: + - $HOME/.cache/go-build + install: - go version - export GOBIN="$GOPATH/bin"