Update .travis.yml and deploy_master.sh

This commit is contained in:
Andrea Cavalli 2020-08-18 18:55:03 +02:00
parent 029e0bb9f8
commit fe6fb08b62
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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