Skip to content

Commit

Permalink
Clarify why before_cache is pruning ORIG_HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
motiejus committed Jul 1, 2016
1 parent 52d9d3c commit e02628a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -34,5 +34,5 @@ cache:
directories:
- $HOME/.glide/cache

before_cache:
before_cache: # glide touches ORIG_HEAD on `glide install`
- find $HOME/.glide/cache -name ORIG_HEAD -exec rm {} \;

0 comments on commit e02628a

Please sign in to comment.