Closed havocp closed 9 years ago
LGTM
WOAH, so this will always fail the CI. You need a way to make sure we still work on JDK7
i.e. we test on OpenJDK6 + OpenJDK7. the hook for java version check means you cant run integration tests.
To really be testing our intended setup we need to build the libs with 6 then build the integration tests with 7. I don't think we can make travis do that...
We could have some kind of magic env var we set in travis to ignore the version check - but we would be testing a scenario we never want to use ... should we do that or drop the jdk 7 test?
I'd prefer not to drop JDK7 as there were fixes in that JDK that alter some of the forkign stuff
closing from inaction.
LGTM. Let's see what Travis says ;-).