Skip to content

Commit a1b71b4

Browse files
committed
build: 移除 Travis,替换为 GitHub Actions
1 parent 4036390 commit a1b71b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mvn-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ jobs:
1212
with:
1313
distribution: 'zulu'
1414
java-version: '8'
15+
cache: maven
1516

1617
- run: |
1718
java -version
1819
mvn -v
1920
20-
- run: mvn clean test jacoco:report coveralls:report -DrepoToken="${{secrets.COVERALLS_TOKEN}}"
21+
- run: mvn --batch-mode --update-snapshots clean test jacoco:report coveralls:report -DrepoToken="${{secrets.COVERALLS_TOKEN}}"

0 commit comments

Comments
 (0)