We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b070c45 commit febc475Copy full SHA for febc475
.travis.yml
@@ -17,6 +17,8 @@ cache:
17
script:
18
- ./mvnw clean verify
19
- ./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
22
- ./mvnw clean verify -Dspring-boot.version=$(./travis/get_latest_version.sh 2.2)
23
24
- ./mvnw clean verify -Dspring-boot.version=$(./travis/get_latest_version.sh 2.1) -Dspring-boot.version.line=2.1.x
0 commit comments