java-flagz icon indicating copy to clipboard operation
java-flagz copied to clipboard

Make travis run etcd integration tests

Open mwitkow opened this issue 9 years ago • 0 comments

Currently SBT runs Junit integration tests with --exclude-categories=org.flagz.IntegrationTestCategory by default.

That's to make sure that integration tests are easy to consume by contributors (not needing etcd running) Figure out a way to pass that Junit runner parameter to sbt test so that it can be set in .travis.yml.

Add a before_script similar to https://github.com/skynetservices/skydns/blob/master/.travis.yml to download a set release of etcd and test against that.

mwitkow avatar May 07 '16 19:05 mwitkow