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 f58a7d2 commit 36a55c5Copy full SHA for 36a55c5
.travis.yml
@@ -4,4 +4,4 @@ jdk:
4
script:
5
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V && mvn test -B && mvn javadoc:aggregate && mvn checkstyle:check -P checkstyle
6
after_success:
7
- - test $TRAVIS_BRANCH = "master" && mvn deploy -DskipTests=true --settings snapshot-settings.xml
+ - test $TRAVIS_BRANCH = "master" && mvn deploy -DskipTests=true --settings etc/snapshot-settings.xml
snapshot-settings.xml renamed to etc/snapshot-settings.xml
0 commit comments