Skip to content

Commit 008f716

Browse files
committed
[pom] Move ci management from travis to github actions
1 parent 6912f55 commit 008f716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
<url>https://github.com/mybatis/spring/issues</url>
8888
</issueManagement>
8989
<ciManagement>
90-
<system>Travis CI</system>
91-
<url>https://travis-ci.org/mybatis/spring</url>
90+
<system>GitHub Actions</system>
91+
<url>https://github.com/mybatis/spring/actions</url>
9292
</ciManagement>
9393
<distributionManagement>
9494
<site>

0 commit comments

Comments
 (0)