Skip to content

Commit

Permalink
fix travis build cache dirs
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Winther <[email protected]>
  • Loading branch information
jippi committed Jan 24, 2018
1 parent b49715c commit 279e358
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ services:

cache:
directories:
- backend/vendor/github.com
- backend/vendor/go4.org
- backend/vendor/golang.org
- backend/vendor/gopkg.in
- vendor/github.com
- vendor/go4.org
- vendor/golang.org
- vendor/gopkg.in

env:
global:
Expand Down

0 comments on commit 279e358

Please sign in to comment.