Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit a6fc38f

Browse files
committed
Merge pull request #11 from codacy/remove-cache-ci
Add step to clear cache in circleCI
2 parents 002f404 + d07bbe7 commit a6fc38f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ dependencies:
88
- sudo pip install pyflakes
99
- sudo pip install coverage
1010
- sudo pip install virtualenv==12.0.2
11+
- rm -r ~/.gradle
1112

1213
test:
1314
override:
1415
- make test-all
1516
- make install
16-
- make coverage
17+
- make coverage

0 commit comments

Comments
 (0)