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 91b68a3 commit b36de69Copy full SHA for b36de69
.travis.yml
@@ -21,6 +21,7 @@ before_install:
21
# setup https authentication credentials, used by ./mvnw release:prepare
22
- git config credential.helper "store --file=.git/credentials"
23
- echo "https://$GH_TOKEN:@github.com" > .git/credentials
24
+ - chmod +x mvnw
25
26
install:
27
# Override default travis to use the maven wrapper
mvnw.cmd
0 commit comments