Browse Source

Remove own source code from Travis cache

Vadim Markovtsev 6 years ago
parent
commit
4199ba1d8d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -26,6 +26,8 @@ cache:
   directories:
     - $HOME/.cache/pip
     - $HOME/gopath/src
+before_cache:
+  - rm -rf $HOME/gopath/src/gopkg.in/src-d/hercules.v4
 
 matrix:
   fast_finish: true