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

trying to fix travis

This commit is contained in:
oblonski 2016-01-07 19:01:34 +01:00
parent 21ae7631d0
commit b62e0da629
3 changed files with 64 additions and 27 deletions

View file

@ -81,6 +81,15 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<compilerArgument></compilerArgument>
</configuration>
</plugin>
</plugins>
</build>