Update .travis.yml and deploy_master.sh
This commit is contained in:
parent
029e0bb9f8
commit
fe6fb08b62
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user