241fbb723b
We now have to build with JDK9 or above, but I believe that the built jar files continue to be compatible with JDK 1.7 or above. If this turns out not to be the case, please let me know.
15 lines
218 B
YAML
15 lines
218 B
YAML
sudo: false
|
|
|
|
language: java
|
|
|
|
jdk:
|
|
- oraclejdk9
|
|
|
|
cache:
|
|
directories:
|
|
- '$HOME/.m2/repository'
|
|
|
|
script:
|
|
- mvn -B cobertura:cobertura coveralls:cobertura
|
|
- rm -rf $HOME/.m2/repository/com/samskivert/jmustache
|