travis: move make -j flag out of script
commitf4089dc8da4e7135600093c6afac8c83fb7057a1
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Jul 2017 00:31:30 +0000 (17 21:31 -0300)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 18 Jul 2017 08:39:19 +0000 (18 09:39 +0100)
tree549576c4c6545e1b6abf468a427e7f169c399933
parent6ca9f7fedbfe97bece72cd6eac0a8be4a9a3898a
travis: move make -j flag out of script

Because global environment variables can be overridden when .travis.yml
is processed by the docker-travis target, the effect of this patch is
that docker-travis now obeys the "J=n" option.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
.travis.yml