1
0
Fork 0
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:
oblonski 2017-10-26 16:45:14 +02:00
parent 0aa61bd8aa
commit 41710f3dbd
No known key found for this signature in database
GPG key ID: 179DE487285680D1

View file

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