Skip to content

Commit

Permalink
DATACMNS-990 - Use Maven Wrapper on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Nov 13, 2019
1 parent 25a9970 commit c8d8edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ cache:

install: true

script: "mvn clean dependency:list test -Pjava11,${PROFILE} -Dsort -U"
script: "./mvnw clean dependency:list test -Pjava11,${PROFILE} -Dsort -U"

0 comments on commit c8d8edd

Please sign in to comment.