Files
jmustache/.travis.yml
T
Michael Bayne 241fbb723b Add a module config, twiddle build to support it.
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.
2019-02-08 10:39:48 -08:00

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