Open
Description
As discussed with @myii , travis is currently using a VM per build so, even if we're running 3 builds at a time, we're not reusing docker layers and caches.
We should try to split the matrix either by OS or OS/SALT_VERSION/PY_VERSION to see if reusing layers improve building.