Skip to content

Commit

Permalink
build: cache vendor/ directory on Travis CI
Browse files Browse the repository at this point in the history
Since gvt rebuild is only run when the manifest updates now, caching the
vendor/ directory should help speed up the dependency fetching step.
  • Loading branch information
Henrik Hodne authored and sarahhodne committed Feb 14, 2017
1 parent e10c64d commit 876aaf9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ services:
- docker
- redis

cache:
directories:
- vendor

env:
global:
- AMQP_URI="amqp://"
Expand Down

1 comment on commit 876aaf9

@cmhokej
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

Please sign in to comment.