Skip to content

Commit 5a454f2

Browse files
changed circle ci yml
1 parent 8a10fa8 commit 5a454f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
test:
22
post:
3-
- if [ -e ./gradlew ]; then ./gradlew jacocoTestReport;else gradle jacocoTestReport;fi
3+
- if [ -e gradlew ]; then gradlew jacocoTestReport;else gradle jacocoTestReport;fi
44
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)