Skip to content

Commit

Permalink
Task #7 - 4
Browse files Browse the repository at this point in the history
Task #7 - 4 typo
  • Loading branch information
ytensor42 committed Oct 9, 2020
1 parent 75faaea commit c4c31ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- ./gradlew clean jar

script:
- COVERAGE=${COVERAGE} ./gradlew -p .i${TARGET} check
- COVERAGE=${COVERAGE} ./gradlew -p .${TARGET} check

after_success:
- find . -name jacocoTestReport.csv | xargs cat | awk -F',' '{print $3" "$4" "$5}'
Expand Down

0 comments on commit c4c31ce

Please sign in to comment.