We talked about the Travis testing on the call today. Here's the short version
of what Travis is doing:
- it's a free, cloud-based CI infrastructure
- they provide Ubuntu VMs and containers for testing
- they also provide OS X VMs for testing
- the testing we're doing for OMPI is basically:
f
With
https://github.com/open-mpi/ompi/commit/432301625ad2348b907f3d65d7fcdf686357e6c0,
I just added a Travis config file to the Open MPI repo. This means that the
Travis cloud-based CI infrastructure will test:
- every commit
- every pull request
It'll integrate the test results just like the