Cache test results with travis (#11555)

Signed-off-by: GuessWhoSamFoo <sfoohei@gmail.com>
This commit is contained in:
Sam Foo 2019-03-11 16:48:38 -07:00 committed by Kubernetes Prow Robot
parent b2eab90790
commit c319d0c501
1 changed files with 3 additions and 0 deletions

View File

@ -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