Skip to content

Commit

Permalink
prevent unnecessary env caching
Browse files Browse the repository at this point in the history
  • Loading branch information
tyarkoni committed Mar 9, 2017
1 parent 4c95834 commit 2398e9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ after_success:
before_cache:
# clean unused packages & installed files from conda cache
# this makes the cache rebuilt less frequently
- rm -rf /home/travis/miniconda/envs/test-env
- conda clean --tarballs --packages --index-cache
- rm -rf $HOME/miniconda/pkgs/cache

Expand Down

0 comments on commit 2398e9b

Please sign in to comment.