Skip to content

Commit 338ab89

Browse files
committed
Update to Spring Boot 2.1.4 on Travis CI
Fixes gh-313
1 parent 1f51d25 commit 338ab89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jdk:
77

88
script:
99
- ./mvnw clean verify
10-
- ./mvnw clean verify -Dspring-boot.version=2.1.3.RELEASE
10+
- ./mvnw clean verify -Dspring-boot.version=2.1.4.RELEASE
1111

1212
after_success:
1313
- chmod -R 777 ./travis/after_success.sh

0 commit comments

Comments
 (0)