Re: Some ideas for improving Travis build performance improvements:

2017-06-24 Thread Stefan Bodewig
Hi Simon et al I'm not sure what we are using Travis CI for in the first place. Maybe we can minimize build time by reducing the build to the utter minimum required to achieve that - whatever that is? Honestly I don't see anything we couldn't do with our Jenkins installation as well. Maybe

Some ideas for improving Travis build performance improvements:

2017-06-23 Thread Simon Spero
COMPRESS-413 has some examples which include: - Switching to the trusty container, which doesn't require installing as many updates. - Use only two JDKs: openjdk7 and openjdk8. - JDK 7 is obsolete - - Oracle EOL'ed JDK7 over two years ago; openjdk7 occasionally gets