Closed sgoings closed 9 years ago
@sgoings I don't want to merge this with a failing CI build. If you don't want to fix the mac tests as part of this, can you disable the mac tests, when run through travis? (i.e. ./test/ci.sh needs to still work fine when run manually)
Thanks for keeping me in line, @joshuawarner32. I took your latter suggestion and applied a change to the .travis.yml file.
Currently the mac build is failing due to JAVA_HOME not being set (it is set in the Gradle script, but not in the makefile). I'd suggest that the actual build (makefile) be set up to determine this a bit better... I won't be addressing this in this pull request.