diff --git a/.travis.yml b/.travis.yml index a380f87..39aee6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,8 +45,8 @@ deploy: # - provider: script # skip-cleanup: true # script: "mvn -B -V deploy" -#before_install: -# - cp .travis.settings.xml $HOME/.m2/settings.xml +before_install: + - cp .travis.settings.xml $HOME/.m2/settings.xml script: | if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then diff --git a/travis/deploy_master.sh b/travis/deploy_master.sh index a91b6b6..2e7d05c 100644 --- a/travis/deploy_master.sh +++ b/travis/deploy_master.sh @@ -48,7 +48,7 @@ git commit -m "Updated native library" git tag -a "v$NEW_VERSION" -m "Version $NEW_VERSION" git push origin "v$NEW_VERSION" git push -mvn deploy +mvn -B -V deploy ls -alch ls -alch $TRAVIS_BUILD_DIR/out