On Thu, 2018-03-15 at 13:33 +0000, Daniel P. Berrangé wrote: > The list of commands we're running for the before_install task > is rather large. We have it all on one line because we're > wrapping it all in a test against TRAVIS_OS_NAME env variable. > > By moving it into the osx matrix entry we can remove the need > for the conditional shell test. This lets us put each command > on a separate line making the steps clear to understand. > > Fortunately the 'before_install' task does not have the crazy > behaviour whereby travis ignores errors and runs all commands > regardless, like the 'script' task does. The first command > failing will cause an immediate stop with error status. > > Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> > --- > .travis.yml | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) Reviewed-by: Andrea Bolognani <abologna@xxxxxxxxxx> -- Andrea Bolognani / Red Hat / Virtualization -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list