1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

rm oraclejdk

This commit is contained in:
oblonski 2017-09-29 08:29:11 +02:00
parent 661aa9aa27
commit 4450c4c073
No known key found for this signature in database
GPG key ID: 179DE487285680D1

View file

@ -2,5 +2,22 @@ language: java
jdk: jdk:
- openjdk7 - openjdk7
- oraclejdk7 - oraclejdk7
- oraclejdk8 # - 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