Skip to content

Commit

Permalink
travis: cache vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Mar 22, 2016
1 parent f3aea8c commit a3973e9
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 @@ -7,6 +7,10 @@ go:
- 1.6
- tip

cache:
directories:
- vendor

install:
- mkdir tools
- curl -L https://github.com/Masterminds/glide/releases/download/0.9.3/glide-0.9.3-linux-amd64.tar.gz | tar -xzv --strip-components=1 -C tools
Expand Down

0 comments on commit a3973e9

Please sign in to comment.