Skip to content

Commit febc475

Browse files
committed
Support CI using Spring Boot 2.3
Fixes gh-513
1 parent b070c45 commit febc475

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ cache:
1717
script:
1818
- ./mvnw clean verify
1919
- ./mybatis-spring-boot-samples/run_fatjars.sh
20+
- ./mvnw clean verify -Dspring-boot.version=$(./travis/get_latest_version.sh 2.3)
21+
- ./mybatis-spring-boot-samples/run_fatjars.sh
2022
- ./mvnw clean verify -Dspring-boot.version=$(./travis/get_latest_version.sh 2.2)
2123
- ./mybatis-spring-boot-samples/run_fatjars.sh
2224
- ./mvnw clean verify -Dspring-boot.version=$(./travis/get_latest_version.sh 2.1) -Dspring-boot.version.line=2.1.x

0 commit comments

Comments
 (0)