• Feng Xiao's avatar
    Update travis tests for Java. · ad49ed78
    Feng Xiao authored
    1. Set JAVA_HOME so mvn can pick up the correct java version.
    2. Remove jdk6 tests. It has been broken for a while and remain undetected as
       mvn is actually using java 7 to build the code. Given that we have
       set -source and -target to 6 in the pom.xml and the built .jar
       should be usable by java 6, having a dedicated java 6 test doesn't
       seem necessary (assuming very few Java 6 users want to compile protobuf
       Java from source).
    
    Change-Id: I4f14da772632df3e47801f180198242b306c3f0f
    ad49ed78
.travis.yml 2.57 KB