mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
continuous deployment of snapshots
This commit is contained in:
parent
0aa61bd8aa
commit
41710f3dbd
1 changed files with 9 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ install: true
|
|||
|
||||
script:
|
||||
- mvn clean test verify -B
|
||||
- mvn clean package
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
|
@ -55,3 +56,11 @@ notifications:
|
|||
cache:
|
||||
directories:
|
||||
- $HOME/.m2
|
||||
|
||||
deploy:
|
||||
provider: script
|
||||
script: "mvn deploy --settings .travis.settings.xml -DskipTests=true -B"
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: master
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue