Skip to content

Commit

Permalink
Rename circlle.yml to circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tieskedh authored Oct 24, 2018
1 parent e386de5 commit 0a6efac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circlle.yml → circle.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
test:
post:
- if [ -e ./gradlew ]; then ./gradlew jacocoTestReport;else gradle jacocoTestReport;fi
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 0a6efac

Please sign in to comment.