This is a test runner for Jmm packages that are being run in Travis.
To test your package create a .travis.yml file using the following configuration.
language: java
jdk: oraclejdk8
script:
- git clone https://github.com/jminusminus/jmmtravis.git ~/.jmmtravis
- ~/.jmmtravis/stage
os:
- linuxAs of now Travis does not support Java 8 on osx.