travis: stop redefining the script commands
commit9b29d0490d3f8b912d7a635004c89f9ef0a61b52
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 9 Jan 2019 16:31:11 +0000 (9 16:31 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 14 Jan 2019 14:52:30 +0000 (14 14:52 +0000)
tree65ca793161a9067dca6eb61207d5fc75988524af
parent91fa7dd100c9ce2d46e7cefddd935207e8a54ec7
travis: stop redefining the script commands

One of the matrix entries redefines the script command in order to add
the ${MAKEFLAGS} variable. Ideally ${MAKEFLAGS} would be referenced by
the definition of the ${TEST_CMD} env variable, but this isn't possible
in travis. ${MAKEFLAGS} exists to eliminate duplication of flags in
every "make" command, but this cure causes a worse problem, namely the
reduplication of the "script" command. It is simpler to just insert "-j3"
directly into any "make" command.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
.travis.yml