Skip to content

Commit ed98f36

Browse files
authored
Update .travis.yml
1 parent 52bd42c commit ed98f36

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
@@ -109,7 +109,7 @@ jobs:
109109
jdk: openjdk11
110110
name: test jdk11
111111
script:
112-
- cd $TRAVIS_BUILD_DIR && ./mvnw -U >/dev/null
112+
- cd $TRAVIS_BUILD_DIR && ./mvnw
113113
- java -jar $TRAVIS_BUILD_DIR/target/*-all.jar &
114114
- wait_for 8080
115115
- |

0 commit comments

Comments
 (0)