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

Commit d07bbe7

Browse files
committed
Add step to clear cache in circleCI
The builds are only passing when building without cache
1 parent 002f404 commit d07bbe7

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)