mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
continuous delivery of snapshots
This commit is contained in:
parent
c47dae32d3
commit
49c8ade5c4
3 changed files with 60 additions and 2 deletions
17
.travis.yml
17
.travis.yml
|
|
@ -4,3 +4,20 @@ jdk:
|
|||
- oraclejdk7
|
||||
- oraclejdk8
|
||||
|
||||
deploy:
|
||||
provider: script
|
||||
script: "cp .travis.settings.xml $HOME/.m2/settings.xml && mvn deploy"
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
|
||||
# do not install anything instead return true via unix command true
|
||||
install: true
|
||||
script: mvn clean test
|
||||
notifications:
|
||||
email:
|
||||
- github@graphhopper.com
|
||||
|
||||
# enable container-based stack
|
||||
sudo: false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue