wohali opened a new pull request #507: Switch to using Travis containerised builds, update Erlang versions URL: https://github.com/apache/couchdb/pull/507 ## Overview Travis has 2 build environments: containerised and VM based. Right now `sudo:false` selects containers, while `sudo:required` selects the VM based. Container-based builds guarantee 2 CPU cores and boot faster. We've been using the latter because we needed a bunch of `apt-get install` commands. But Travis added native (non-sudo) support to install packages in containers, and we didn't notice. This PR switches us to `sudo:false` and uses the new `apt` block to install required packages. The PR also updates our Erlang build matrix, using the latest minor release of each major version we support, and prepares us to enable IRC notifications to `#couchdb-dev` once the test suite is reliable again (currently disabled.) ## Testing recommendations Check the Travis build results on this PR. It is passing. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
