Closed grantr closed 8 years ago
Enables travis builds. The default command for maven is mvn test, for gradle it's gradle check.
mvn test
gradle check
Includes the gradle cache fix from https://docs.travis-ci.com/user/languages/java#Caching.
/cc @chrismwendt
Woot! I forgot that we wanted to have CI for this plugin. Thanks :+1:
Enables travis builds. The default command for maven is
mvn test
, for gradle it'sgradle check
.Includes the gradle cache fix from https://docs.travis-ci.com/user/languages/java#Caching.
/cc @chrismwendt