Skip to content

Commit e9b1184

Browse files
authored
Merge pull request #514 from kazuki43zoo/gh-513_support-ci-with-spring-boot-2.3
Support CI using Spring Boot 2.3
2 parents b070c45 + febc475 commit e9b1184

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)