Skip to content

Commit

Permalink
build: 移除 Travis,替换为 GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stick-i committed Oct 12, 2024
1 parent a1b71b4 commit 1ab1829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
java -version
mvn -v
- run: mvn --batch-mode --update-snapshots clean test jacoco:report coveralls:report -DrepoToken="${{secrets.COVERALLS_TOKEN}}"
- run: mvn --batch-mode --update-snapshots test jacoco:report coveralls:report -DrepoToken="${{secrets.COVERALLS_TOKEN}}" -X

0 comments on commit 1ab1829

Please sign in to comment.