Skip to content

Commit 0eefeaa

Browse files
committed
remove log directories so cache does not get updated.
1 parent 54cda0e commit 0eefeaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ install:
2929

3030
script:
3131
- tox
32+
- "find ${TRAVIS_BUILD_DIR}/.tox -name log -type d | xargs -I {} rm -rf {}"
33+

0 commit comments

Comments
 (0)