Skip to content

Commit

Permalink
settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamesuta committed Oct 8, 2017
1 parent fe4dc8f commit edac9df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ notifications:
urls:
secure: "Wh1a4afsFv5RoqjLnqN+ikDx4tsn+0/2jTI7uCsYZ8moH2PLsOrwS0GTC29xccSE7K0ZuHVGJTl1ewV9HN9/B6tGdBG60FautB5bYL1ALkWNn9RC6Rg0OGC361Nr/dI8kA9X495ADr7FH1GTIhhV26t7Ncjs53gczyNeiDUpEj6VZyIokckaC+6V5b1npaddFaj80qKaqkcvQJzVu95mqzB/Il28A9CQ013Afnpo6RYT5scmv1/mFXFev1kVDxMqEclMpDxap3UR3roI11KsHFn7t4laXGKGlDraqR3kWtSvP+J/wrKj5nSkp11Lxf+qpgjpf6WaU8g64WWrmpdqxeJMVN4/niTiQvvyk+6gMO02l5vVUyhBNwGuYESHfOsu90r2Sek2kAyvgR/ccUWdSA5/w+pcZ8swkOs081S54W6+A3abFjyb2kMZTXWEhpvRw4VdkuK5FU/nG6VPqSHW/U+YXHWn245AgTBevGaH68aFrhvc6ENJ6NZCaKO3KZ8+oPHycRJhRZjM8gI8+3oUoER611kmG5d7TRqP7UI1LVkIOYD/czrq0XCC0K1vSMJbe1SdfAX/RMWKPJLrkiPAtxIdft5lAVU61H2ebPfO+ORrIVSnkNPPUWwVZ3bwEWwrlJyJK3oobCpSki7DdzephGlE6QzKifUG4iui3nboJFo="
before_deploy:
- mvn package
- git config --global user.email "builds@travis-ci.com"
- git config --global user.name "Travis CI"
- export GIT_TAG=build@${TRAVIS_BRANCH}#${TRAVIS_BUILD_NUMBER}
Expand All @@ -34,7 +33,7 @@ deploy:
condition: '! "$TRAVIS_BRANCH" =~ ^(dev\\-|feature\\/).*$'
- provider: script
skip_cleanup: true
script: "mvn deploy -Dmy.version=${TRAVIS_TAG}"
script: "mvn deploy -Dmy.version=${TRAVIS_TAG} --settings settings.xml"
on:
all_branches: true
tags: true

0 comments on commit edac9df

Please sign in to comment.