Skip to content

Commit e3449b5

Browse files
committed
ci: add caching of build results
1 parent e78a5f4 commit e3449b5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ go:
66
- 1.10.x
77
- master
88

9+
cache:
10+
directories:
11+
- $HOME/.cache/go-build
12+
- $HOME/gopath/pkg/mod
13+
14+
git:
15+
depth: 10
16+
917
matrix:
1018
fast_finish: true
1119
allow_failures:

0 commit comments

Comments
 (0)