From c319d0c5015ebb0085605999ec7434cfa75ebc6f Mon Sep 17 00:00:00 2001 From: Sam Foo Date: Mon, 11 Mar 2019 16:48:38 -0700 Subject: [PATCH] Cache test results with travis (#11555) Signed-off-by: GuessWhoSamFoo --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index b6863c4301..c030808c6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,9 @@ go: jobs: include: - name: "Testing examples" + cache: + directories: + - $HOME/.cache/go-build # Don't want default ./... here: install: - export PATH=$GOPATH/bin:$PATH