mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
simplify and remove redundant stuff
This commit is contained in:
parent
31cd22ece0
commit
ce16a1aacf
1 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ sudo: false
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- jdk: openjdk7
|
|
||||||
- jdk: oraclejdk8
|
- jdk: oraclejdk8
|
||||||
# Java 9 needs to be manually installed/upgraded
|
# Java 9 needs to be manually installed/upgraded
|
||||||
# see: https://github.com/travis-ci/travis-ci/issues/2968#issuecomment-149164058
|
# see: https://github.com/travis-ci/travis-ci/issues/2968#issuecomment-149164058
|
||||||
|
|
@ -52,7 +51,7 @@ script:
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
- $EMAIL
|
- $EMAIL
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.m2
|
- $HOME/.m2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue