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

still trying to fix travis

This commit is contained in:
oblonski 2016-01-07 19:46:32 +01:00
parent 3ac8c49daa
commit bdcbd0feab
3 changed files with 21 additions and 63 deletions

View file

@ -4,5 +4,4 @@ jdk:
- openjdk6
- oraclejdk7
- oraclejdk8
install: mvn install -Dmaven.compiler.target=1.5 -Dmaven.compiler.source=1.5 -DskipTests=true -B
script: mvn test -Dmaven.compiler.target=1.5 -Dmaven.compiler.source=1.5 -B