Skip to content

Commit

Permalink
before_cache : removed python*/__pycache__/
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee committed Dec 2, 2018
1 parent 9f1a8f9 commit 416cc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ matrix:
fast_finish: true

before_cache:
- rm -rf $HOME/miniconda/locks $HOME/miniconda/pkgs $HOME/miniconda/var $HOME/miniconda/conda-meta/history $HOME/miniconda/envs/test-environment/conda-meta/history
- rm -rf $HOME/miniconda/locks $HOME/miniconda/pkgs $HOME/miniconda/var $HOME/miniconda/conda-meta/history $HOME/miniconda/envs/test-environment/conda-meta/history $HOME/miniconda/lib/python3.6/__pycache__ $HOME/miniconda/lib/python3.7/__pycache__

cache :
directories:
Expand Down

0 comments on commit 416cc68

Please sign in to comment.