Skip native library build for other than jdk8

This commit is contained in:
xerial 2017-01-19 18:34:44 -08:00
parent 0325e172f8
commit ef5f1cb0df

View File

@ -27,5 +27,5 @@ script:
make linux64 && ./sbt test;
fi;
else
make linux64 && ./sbt test;
./sbt test;
fi